summaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Expand)Author
2008-06-14New window options: force-width and force-height. This will force a window toNicholas Marriott
2008-06-14Don't die on empty strings.Nicholas Marriott
2008-06-08Set socket mode +x if sessions attached.Nicholas Marriott
2008-06-07Make status-interval actually changeable.Nicholas Marriott
2008-06-06New flag: aggressize resize. Resize window when to size of smallest session f...Nicholas Marriott
2008-06-06Make server exit when last session dies. Also fix window check for status act...Nicholas Marriott
2008-06-05Don't use entry init since it may be dependent on key.Nicholas Marriott
2008-06-05Don't bork on link/swap the same window. Also extend comment.Nicholas Marriott
2008-06-05Big reorganisation of command-line syntax.Nicholas Marriott
2008-06-05Easy bits of arg printing for list-keys.Nicholas Marriott
2008-06-04Support binding 27-31.Nicholas Marriott
2008-06-04status is a toggle.Nicholas Marriott
2008-06-04Disable/enable window activity monitoring with set-window-option command.Nicholas Marriott
2008-06-04Add activity monitoring, also invert items on taskbar which have activity.Nicholas Marriott
2008-06-04Bring select-window into line with everything else wrt -i.Nicholas Marriott
2008-06-04Status bar left and right strings (set with status-left and status-right), an...Nicholas Marriott
2008-06-03Per-session configuration options.Nicholas Marriott
2008-06-03Allow -c anywhere -s was allowed.Nicholas Marriott
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