aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAge
* Make server exit when last session dies. Also fix window check for status act...Nicholas Marriott2008-06-06
* Don't use entry init since it may be dependent on key.Nicholas Marriott2008-06-05
* Don't bork on link/swap the same window. Also extend comment.Nicholas Marriott2008-06-05
* Big reorganisation of command-line syntax.Nicholas Marriott2008-06-05
* Easy bits of arg printing for list-keys.Nicholas Marriott2008-06-05
* Support binding 27-31.Nicholas Marriott2008-06-04
* status is a toggle.Nicholas Marriott2008-06-04
* Disable/enable window activity monitoring with set-window-option command.Nicholas Marriott2008-06-04
* Add activity monitoring, also invert items on taskbar which have activity.Nicholas Marriott2008-06-04
* Bring select-window into line with everything else wrt -i.Nicholas Marriott2008-06-04
* Status bar left and right strings (set with status-left and status-right), an...Nicholas Marriott2008-06-04
* Per-session configuration options.Nicholas Marriott2008-06-03
* Allow -c anywhere -s was allowed.Nicholas Marriott2008-06-03
* Allow fnmatch(3) on -s, and select newest session if multiple.Nicholas Marriott2008-06-03
* If no command is specified, assume new-session.Nicholas Marriott2008-06-03
* Quick and dirty kill-server command.Nicholas Marriott2008-06-03
* Last bits of basic configuration file. By default in ~/.tmux.conf or specifie...Nicholas Marriott2008-06-02
* Move -s and -c down a level so handling them is the responsibility of the com...Nicholas Marriott2008-06-02
* Don't die if no dst window and -k to linkw.Nicholas Marriott2008-06-01
* New command, send-keys, to send a set of keys.Nicholas Marriott2008-06-01
* Don't hang when window closes early; also add lots more debugging.Nicholas Marriott2008-05-31
* Linux rxvt doesn't support parm_dch or delete_character.Nicholas Marriott2008-05-10
* Don't attempt to reset tty if it is dead.Nicholas Marriott2008-01-02
* Restore termcap checks.Nicholas Marriott2007-12-06
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
* Change window name on \ek...\e\.Nicholas Marriott2007-11-30
* Preliminary mouse support.Nicholas Marriott2007-11-27
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27
* Shift history up by 10% at a time.Nicholas Marriott2007-11-26
* Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of pl...Nicholas Marriott2007-11-26
* Support for VT100 graphics mode. Also lose some redundant checks.Nicholas Marriott2007-11-24
* Inc region in debug msg.Nicholas Marriott2007-11-23
* Mostly-complete copy and paste.Nicholas Marriott2007-11-23
* history-limit option.Nicholas Marriott2007-11-23
* Cut memory consumption by only allocating lines when there is actually data o...Nicholas Marriott2007-11-21
* Scrollable win for command output.Nicholas Marriott2007-11-21
* Redo screen.c functions to make them readable and more flexible. Make scroll ...Nicholas Marriott2007-11-21
* Horizontal history/scrolling.Nicholas Marriott2007-11-21
* Initial history support.Nicholas Marriott2007-11-21
* Fix a format string bug and sprinkle some printflikes.Nicholas Marriott2007-11-20
* +index.html.inNicholas Marriott2007-11-20
* -k on link-window to kill dest window if it exists.Nicholas Marriott2007-11-17
* Two-column display for on-line print.Nicholas Marriott2007-11-16
* Ooops use ->client here, not cmdclient.Nicholas Marriott2007-11-16
* switch-client command.Nicholas Marriott2007-11-16
* Add -c option to specify client, and move detach/refresh to client rather tha...Nicholas Marriott2007-11-16
* Report available commands on ambiguous commands. Tidy TODO a bit.Nicholas Marriott2007-11-16
* Force default colours if terminal supports it.Nicholas Marriott2007-11-12
* Finish off man page.Nicholas Marriott2007-11-12
* kill-window command.Nicholas Marriott2007-11-12