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