- 962b9c6 Include .depend in GNUmakefile since GNU make does not include it automatically. by Nicholas Marriott · 15 years ago
- 680f209 With gcc4, turn off unnecessart pointer sign warnings. by Nicholas Marriott · 15 years ago
- edd3142 Don't need ncurses, use curses. by Nicholas Marriott · 15 years ago
- 21f8ed5 Next will be 1.0. by Nicholas Marriott · 15 years ago
- e0a6376 Comment FDEBUG and bump dist version. by Nicholas Marriott · 15 years ago
- 826add5 Set LC_ALL=C to stop i18n breaking gcc test. by Nicholas Marriott · 15 years ago
- 8df98d1 Don't need linker magic anymore. by Nicholas Marriott · 15 years ago
- 095f16d clean-all target to clean configure stuff too. by Nicholas Marriott · 16 years ago
- 25911d3 Use empty(), FreeBSD doesn't like ==. by Nicholas Marriott · 16 years ago
- 0b54a2d Don't use -Wcast-qual and use explicit casts to shut gcc up in the few cases we can't avoid using a char *. by Nicholas Marriott · 16 years ago
- 8931f00 Separate tmux target. Doh. by Nicholas Marriott · 16 years ago
- db7357f print is redundant. Doh. by Nicholas Marriott · 16 years ago
- 5436f6b Sprinkle the magic anti-GCC-suckage for *BSD as well. by Nicholas Marriott · 16 years ago
- 1b70993 Move -lutil. by Nicholas Marriott · 16 years ago
- c8cf438 Rename all feature flags to HAVE_* and move out of makefiles into a configure by Nicholas Marriott · 16 years ago
- 88daeb5 Bye-bye META. by Nicholas Marriott · 16 years ago
- 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
- 044e6f7 previous-layout command. by Nicholas Marriott · 16 years ago
- cdf472f Merge resize-pane-{up,down} into resize-pane. by Nicholas Marriott · 16 years ago
- 91241f1 Apply the make magic wand to pick an osdep-*.c file rather than using ifdefs. by Nicholas Marriott · 16 years ago
- cc9cc1a Some tweaks for Solaris. by Nicholas Marriott · 16 years ago
- 6b148c8 No TAILQ_REPLACE on NetBSD. by Nicholas Marriott · 16 years ago
- 1f2d9e6 +=. by Nicholas Marriott · 16 years ago
- 058772e - confirm-before command. by Tiago Cunha · 16 years ago
- 22b44cb 0.9 here we go. by Nicholas Marriott · 16 years ago
- 9d157d7 Ready for 0.8. by Nicholas Marriott · 16 years ago
- 325d43e rotate-window command. by Nicholas Marriott · 16 years ago
- 8216f7b swap-pane command. by Nicholas Marriott · 16 years ago
- 089f090 I can haz screenshots. by Nicholas Marriott · 16 years ago
- b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
- 56f80a5 break-pane command to split a pane off into a new window; bound to ! by default. by Nicholas Marriott · 16 years ago
- 78f420e Reuse CPPFLAGS. by Nicholas Marriott · 16 years ago
- 664c79c INCDIRS after CPPFLAGS. by Nicholas Marriott · 16 years ago
- 03b76db Use CPPFLAGS. by Nicholas Marriott · 16 years ago
- ca8b6a0 NetBSD flags. by Nicholas Marriott · 16 years ago
- 85fd214 Move to 0.8. by Nicholas Marriott · 16 years ago
- 69ebc15 Time for 0.7. by Nicholas Marriott · 16 years ago
- 4213ff8 copy-buffer command. by Tiago Cunha · 16 years ago
- 2bf9f49 Undo this and just shut lint up. by Nicholas Marriott · 16 years ago
- c6bd9e2 Allow status, mode and message attributes to be changed by three new options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink by Nicholas Marriott · 16 years ago
- f62ed6a load-buffer command by Tiago Cunha · 16 years ago
- 48510fb Dont overload DEBUG, use FDEBUG. by Nicholas Marriott · 16 years ago
- 8c259f5 Darwin support for automatic-rename, from joshe. by Nicholas Marriott · 16 years ago
- 2d15f59 Try to change the window title to match the command running it in. This is done by Nicholas Marriott · 16 years ago
- 3efd1f5 find-window command. by Nicholas Marriott · 16 years ago
- 6384c60 Remove object files in the compat directory. by Tiago Cunha · 16 years ago
- ed6f44b FreeBSD needs compat/vis.c. by Nicholas Marriott · 16 years ago
- a15f8fc Support command sequences separated by " ; ". Also clean up command printing. by Nicholas Marriott · 16 years ago
- 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
- 273d630 Update for 0.7. by Nicholas Marriott · 16 years ago
- 0e197b4 Tidy a few warnings. by Nicholas Marriott · 16 years ago
- ff61eee Don't use [4] since they are confusing and use the right size for memset. DOH. by Nicholas Marriott · 16 years ago
- d29ca39 Two new commands, choose-window and choose-session which work only when bound to a key and allow the window or session to be selected from a list. by Nicholas Marriott · 16 years ago
- d1eb153 switch-pane is now select-pane. by Nicholas Marriott · 16 years ago
- 3f51dcd up-pane and down-pane commands. by Nicholas Marriott · 16 years ago
- f855591 kill-pane command. by Nicholas Marriott · 16 years ago
- c35a50b Commands to resize panes; also a pane generic cmd, not used yet. by Nicholas Marriott · 16 years ago
- 440a84b Use -O0 to prevent copy issues. by Nicholas Marriott · 16 years ago
- 162bacd Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). by Nicholas Marriott · 16 years ago
- d78bc5d save-buffer command, from Tiago Cunha. by Nicholas Marriott · 16 years ago
- e3feb06 Server locking. set-password and lock-server commands, plus automatic locking. by Nicholas Marriott · 16 years ago
- 88ab74a Clock mode. by Nicholas Marriott · 16 years ago
- 5890630 +FAQ to dist. Tweak. by Nicholas Marriott · 16 years ago
- fb6c8ec New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. by Nicholas Marriott · 16 years ago
- 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago
- 5445918 source-file command from Tiago Cunha. by Nicholas Marriott · 16 years ago
- 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
- 7a82e86 Make window options work the same was as session options, add mode-fg/mode-bg options, force -g for global on set/show/setw/showw/ by Nicholas Marriott · 16 years ago
- d0342f4 Ability to show window title on status line. by Nicholas Marriott · 16 years ago
- 8f163b8 Support dfly, from joshe. by Nicholas Marriott · 16 years ago
- 8bef3ad Fix build on sparc. by Nicholas Marriott · 16 years ago
- efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
- ded3480 Split colour functions from screen. by Nicholas Marriott · 16 years ago
- 19a2c87 Initial UTF-8 support. by Nicholas Marriott · 16 years ago
- 65833c2 This order is required for -static. by Nicholas Marriott · 16 years ago
- 892d1b5 Split emacs/vi keys into seperate tables. by Nicholas Marriott · 16 years ago
- bd1a705 0.4 released. by Nicholas Marriott · 16 years ago
- d90d646 Zombie windows, requested by Will Maier. by Nicholas Marriott · 16 years ago
- b877897 Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed. by Nicholas Marriott · 16 years ago
- 7836298 Allow use of alt keys. move-window command. by Nicholas Marriott · 16 years ago
- 59da4dc list-commands command. by Nicholas Marriott · 16 years ago
- 4e4f71f Swap in new paste buffer code and add a couple more commands. by Nicholas Marriott · 16 years ago
- 9798dcd Start of improved buffer code. Only set-buffer/show-buffer commands so far. by Nicholas Marriott · 16 years ago
- 74d8f0b Command prompt for interactive commands. by Nicholas Marriott · 16 years ago
- 61a41dc To 0.4. Some other Makefile tweaks. by Nicholas Marriott · 16 years ago
- 1d08105 show-window-options command. by Nicholas Marriott · 16 years ago
- 557b6b8 Add a couple of extra option types, and implement show-options command. by Nicholas Marriott · 16 years ago
- 0b9b873 Big reorganisation of command-line syntax. by Nicholas Marriott · 16 years ago
- 0f95671 Disable/enable window activity monitoring with set-window-option command. by Nicholas Marriott · 16 years ago
- 9e6090a Per-session configuration options. by Nicholas Marriott · 16 years ago
- eaee4dc Quick and dirty kill-server command. by Nicholas Marriott · 16 years ago
- a26f58c Last bits of basic configuration file. By default in ~/.tmux.conf or specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created. by Nicholas Marriott · 16 years ago
- c7243b7 Move -s and -c down a level so handling them is the responsibility of the command (with some helper functions), rather than the top-level. This changes the action command syntax so that -s and -c must be after the command rather than before. by Nicholas Marriott · 16 years ago
- 65f4284 New command, send-keys, to send a set of keys. by Nicholas Marriott · 16 years ago
- 103748d Major reorganisation of screen handling. by Nicholas Marriott · 17 years ago
- 2b3ba1c Bah, doing it together doesn't seem to work portably. by Nicholas Marriott · 17 years ago
- fe1299a install -d, from tobiasu. by Nicholas Marriott · 17 years ago
- 76c8a59 Big internal reorganisation to move tty control into parent. by Nicholas Marriott · 17 years ago
- 8da0b1f Mostly-complete copy and paste. by Nicholas Marriott · 17 years ago
- 18d72e6 Partial copy mode. Currently does the same as scroll mode but using a cursor. Also fix bug where resizing would leave crap lying around. by Nicholas Marriott · 17 years ago