summaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Expand)Author
2008-06-03Allow fnmatch(3) on -s, and select newest session if multiple.Nicholas Marriott
2008-06-03If no command is specified, assume new-session.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 specifie...Nicholas Marriott
2008-06-02Move -s and -c down a level so handling them is the responsibility of the com...Nicholas Marriott
2008-06-01Don't die if no dst window and -k to linkw.Nicholas Marriott
2008-06-01New command, send-keys, to send a set of keys.Nicholas Marriott
2008-05-31Don't hang when window closes early; also add lots more debugging.Nicholas Marriott
2008-05-10Linux rxvt doesn't support parm_dch or delete_character.Nicholas Marriott
2008-01-02Don't attempt to reset tty if it is dead.Nicholas Marriott
2007-12-06Restore termcap checks.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-11-30Change window name on \ek...\e\.Nicholas Marriott
2007-11-27Preliminary mouse support.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-11-26Shift history up by 10% at a time.Nicholas Marriott
2007-11-26Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of pl...Nicholas Marriott
2007-11-24Support for VT100 graphics mode. Also lose some redundant checks.Nicholas Marriott
2007-11-23Inc region in debug msg.Nicholas Marriott
2007-11-23Mostly-complete copy and paste.Nicholas Marriott
2007-11-23history-limit option.Nicholas Marriott
2007-11-21Cut memory consumption by only allocating lines when there is actually data o...Nicholas Marriott
2007-11-21Scrollable win for command output.Nicholas Marriott
2007-11-21Redo screen.c functions to make them readable and more flexible. Make scroll ...Nicholas Marriott
2007-11-21Horizontal history/scrolling.Nicholas Marriott
2007-11-21Initial history support.Nicholas Marriott
2007-11-20Fix a format string bug and sprinkle some printflikes.Nicholas Marriott
2007-11-20+index.html.inNicholas Marriott
2007-11-17-k on link-window to kill dest window if it exists.Nicholas Marriott
2007-11-16Two-column display for on-line print.Nicholas Marriott
2007-11-16Ooops use ->client here, not cmdclient.Nicholas Marriott
2007-11-16switch-client command.Nicholas Marriott
2007-11-16Add -c option to specify client, and move detach/refresh to client rather tha...Nicholas Marriott
2007-11-16Report available commands on ambiguous commands. Tidy TODO a bit.Nicholas Marriott
2007-11-12Force default colours if terminal supports it.Nicholas Marriott
2007-11-12Finish off man page.Nicholas Marriott
2007-11-12kill-window command.Nicholas Marriott
2007-11-09C-space is "^ " not "^@".Nicholas Marriott
2007-11-09Support tab.Nicholas Marriott
2007-11-09Initial man page.Nicholas Marriott
2007-11-09-V option to show tmux version.Nicholas Marriott
2007-11-09rename-session command.Nicholas Marriott
2007-11-08Check for required term capabilities on start.Nicholas Marriott
2007-11-07Try write even if read gets signal, some other tweaks.Nicholas Marriott
2007-10-31Make it build/run on Linux.Nicholas Marriott
2007-10-30swap-window command.Nicholas Marriott
2007-10-26Don't save/restore ry_*.Nicholas Marriott
2007-10-26unlink-window command. Also fix some u_int -> int problems.Nicholas Marriott
2007-10-26link-window command to link a window into another session.Nicholas Marriott
2007-10-26Reorg window data structures. Add an intermediate data type (struct winlink) ...Nicholas Marriott