aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Fix rectangle copy to behave like emacs - the cursor is not part of theNicholas Marriott2010-12-11
| * Oops, these functions return a const char *, so make the local variableNicholas Marriott2010-12-11
| * Make the prompt history global for all clients which is much more useful than...Nicholas Marriott2010-12-11
| * Rephrase a confusing sentence.Nicholas Marriott2010-12-10
| * In the built-in layouts, distribute the panes more evenly. Set theNicholas Marriott2010-12-08
| * Add an option to alert (monitor) for silence (lack of activity) in aNicholas Marriott2010-12-06
| * If VISUAL or EDITOR contains "vi", configure mode-keys and status-keysNicholas Marriott2010-11-29
| * There is somewhere that WINDOW_HIDDEN is getting set when it shouldn'tNicholas Marriott2010-11-22
| * Show more window and pane flags in list-* output, and put layout on theNicholas Marriott2010-11-15
| * Update man page for update-environment.Nicholas Marriott2010-11-14
| * Don't allow last and active window to become the same - a very bad moveNicholas Marriott2010-11-14
| * Add XAUTHORITY to update-environment, requested by Andreas Kloeckner.Nicholas Marriott2010-11-11
| * Flag to flush all key bindings from Rob Paisley.Nicholas Marriott2010-11-11
| * Declaration in header should be extern.Nicholas Marriott2010-11-11
| * Typo, from Rob Paisley.Nicholas Marriott2010-11-01
| * We now send argv to the server after parsing it in the client to get theNicholas Marriott2010-10-29
| * Add a last-pane command (bound to ; by default). Requested ages ago byNicholas Marriott2010-10-23
| * When removing a pane, don't change the active pane unless the activeNicholas Marriott2010-10-23
| * Mark repeating keys with "(repeat)" in the key list.Nicholas Marriott2010-10-20
| * Merge the before and after attach client code into one in client.cNicholas Marriott2010-10-18
| * Make stdio blocking again before calling shell command with -c.Nicholas Marriott2010-10-16
| * Trying to set FD_CLOEXEC on every fd is a lost cause, just useNicholas Marriott2010-10-16
| * Fall back on normal session choice method if $TMUX exists but is invalidNicholas Marriott2010-10-16
| * Use an explicit event rather than event_once for the main event so itNicholas Marriott2010-10-14
| * Treat the meta bit in the xterm extended modifier key set as the same asNicholas Marriott2010-10-14
| * Put "or" on new line from command with .Ic.Nicholas Marriott2010-10-14
| * Set cause when failing due to linking a window to itself, from MartinNicholas Marriott2010-10-09
| * Skip NULL entries in the sessions list when choosing the next session,Nicholas Marriott2010-10-05
| * Nuke a leftover RB tree declaration spotted by blambert.Nicholas Marriott2010-09-28
| * Two new options:Nicholas Marriott2010-09-26
| * Modify the permissions on the socket when adding or removing +x to showNicholas Marriott2010-09-26
| * detach-on-destroy is a session option, not server.Nicholas Marriott2010-09-25
| * Ugh. Pass the right type into tty_term_has. Teaches me to make lastNicholas Marriott2010-09-11
| * Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupidNicholas Marriott2010-09-11
| * Ignore terminal overrides settings without a value.Nicholas Marriott2010-09-11
| * When resizing the copy mode screen, don't allow it to end up with theNicholas Marriott2010-09-11
| * Add -n and -p flags to switch-client to move to the next and previousNicholas Marriott2010-09-08
| * Do not crash if the screen size is too small for the indicator in copy mode.Nicholas Marriott2010-09-08
| * Simplify xterm modifier detection by treating as a bitmask + 1. SpottedNicholas Marriott2010-09-01
| * Reset running jobs when the status line is enabled or disabled as well,Nicholas Marriott2010-09-01
| * Add missing prototype.Nicholas Marriott2010-08-31
| * When destroying a pane, reset any mode (which reenables paneNicholas Marriott2010-08-25
| * Can't call event_del() without event_set() first - so call event_set()Nicholas Marriott2010-08-23
| * MSG_EXIT can now have a return code in the message, so check for thatNicholas Marriott2010-08-22
| * Do not call event_del() for signals after fork(), just use sigaction()Nicholas Marriott2010-08-19
| * Do not need to dup() the tty fd sent from the client because it isNicholas Marriott2010-08-19
| * Do not allow duplicate session names to be created, reported by DominikNicholas Marriott2010-08-11
| * Handle failure to change mode, to avoid dying when switching into copyNicholas Marriott2010-08-11
| * Usage string fixes from Ben Boeckel.Nicholas Marriott2010-08-11
| * Treat trying to link or move to the same window as an error to avoidNicholas Marriott2010-08-11