summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2009-01-18Remove object files in the compat directory.Tiago Cunha
2009-01-18FreeBSD needs compat/vis.c.Nicholas Marriott
2009-01-18Support command sequences separated by " ; ". Also clean up command printing.Nicholas Marriott
2009-01-18suspend-client command and suspend client when ^Z key binding is used.Nicholas Marriott
2009-01-18Update for 0.7.Nicholas Marriott
2009-01-17Tidy a few warnings.Nicholas Marriott
2009-01-17Don't use [4] since they are confusing and use the right size for memset. DOH.Nicholas Marriott
2009-01-15Two new commands, choose-window and choose-session which work only when ↵Nicholas Marriott
bound to a key and allow the window or session to be selected from a list.
2009-01-14switch-pane is now select-pane.Nicholas Marriott
2009-01-14up-pane and down-pane commands.Nicholas Marriott
2009-01-13kill-pane command.Nicholas Marriott
2009-01-12Commands to resize panes; also a pane generic cmd, not used yet.Nicholas Marriott
2009-01-12Use -O0 to prevent copy issues.Nicholas Marriott
2009-01-11Window splitting. Two vertical panes fixed 50% each. This is a huge diff, ↵Nicholas Marriott
still a couple of bugs (notably heap corruption somewhere causing segfault on exit).
2009-01-11save-buffer command, from Tiago Cunha.Nicholas Marriott
2009-01-11Server locking. set-password and lock-server commands, plus automatic locking.Nicholas Marriott
2009-01-10Clock mode.Nicholas Marriott
2009-01-10+FAQ to dist. Tweak.Nicholas Marriott
2009-01-10New command, server-info, to show server info + terminal details. Also tweak ↵Nicholas Marriott
term stuff a bit.
2009-01-09Build array of codes, stop using ncurses global variables and push ncurses ↵Nicholas Marriott
crap into tty-term.c.
2008-12-15source-file command from Tiago Cunha.Nicholas Marriott
2008-12-10Import OpenBSD's getopt(3) to workaround broken glibc version.Nicholas Marriott
2008-12-08Make window options work the same was as session options, add ↵Nicholas Marriott
mode-fg/mode-bg options, force -g for global on set/show/setw/showw/
2008-12-05Ability to show window title on status line.Nicholas Marriott
2008-11-27Support dfly, from joshe.Nicholas Marriott
2008-11-23Fix build on sparc.Nicholas Marriott
2008-09-25Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott
2008-09-10Split colour functions from screen.Nicholas Marriott
2008-09-09Initial UTF-8 support.Nicholas Marriott
2008-08-07This order is required for -static.Nicholas Marriott
2008-07-02Split emacs/vi keys into seperate tables.Nicholas Marriott
2008-07-010.4 released.Nicholas Marriott
2008-06-29Zombie windows, requested by Will Maier.Nicholas Marriott
2008-06-25Oops, forgot to commit move-window. Also add select-prompt to allow index to ↵Nicholas Marriott
be typed.
2008-06-25Allow use of alt keys. move-window command.Nicholas Marriott
2008-06-23list-commands command.Nicholas Marriott
2008-06-20Swap in new paste buffer code and add a couple more commands.Nicholas Marriott
2008-06-20Start of improved buffer code. Only set-buffer/show-buffer commands so far.Nicholas Marriott
2008-06-19Command prompt for interactive commands.Nicholas Marriott
2008-06-18To 0.4. Some other Makefile tweaks.Nicholas Marriott
2008-06-16show-window-options command.Nicholas Marriott
2008-06-15Add a couple of extra option types, and implement show-options command.Nicholas Marriott
2008-06-05Big reorganisation of command-line syntax.Nicholas Marriott
2008-06-04Disable/enable window activity monitoring with set-window-option command.Nicholas Marriott
2008-06-03Per-session configuration options.Nicholas Marriott
2008-06-03Quick and dirty kill-server command.Nicholas Marriott
2008-06-02Last bits of basic configuration file. By default in ~/.tmux.conf or ↵Nicholas Marriott
specified with -f. Just a list of tmux commands executed when the server is started and before and any session/window is created.
2008-06-02Move -s and -c down a level so handling them is the responsibility of the ↵Nicholas Marriott
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.
2008-06-01New command, send-keys, to send a set of keys.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott