summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
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
2010-08-11Usage string fixes from Ben Boeckel.Nicholas Marriott
2010-08-11Treat trying to link or move to the same window as an error to avoidNicholas Marriott
2010-08-11Change the way backoff works. Instead of stopping reading from the ptyNicholas Marriott
2010-08-11Show which pane is active in the list-panes output, suggested by DominikNicholas Marriott
2010-08-04switch back to kqueue for now, since (a) kqueue has been fixed to dealTheo de Raadt
2010-07-28dup() the stdin fd so it isn't closed twice (once for stdin, once for tty).Nicholas Marriott
2010-07-24When changing so that the client passes its stdout and stderr as well asNicholas Marriott
2010-07-24kqueue(2) is currently broken when used with /dev/null and a few otherNicholas Marriott
2010-07-22Fix a crash: if remain-on-exit is set and the pane has exited, theNicholas Marriott
2010-07-19Don't return if in the current window since we may want to report a bellNicholas Marriott
2010-07-19Send the \n to stdout with the message, not stderr... doh.Nicholas Marriott
2010-07-15some escapes i missed;Jason McIntyre
2010-07-14Make pane/window wrapping more logical (so with 10 windows, +10 fromNicholas Marriott
2010-07-11Return the command client return code with MSG_EXIT now that MSG_ERROR andNicholas Marriott
2010-06-29replace some magic mouse constants with defines for clarity. ok nicmTed Unangst
2010-06-29Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott
2010-06-28Send all three of stdin, stdout, stderr from the client to the server, so thatNicholas Marriott
2010-06-27Store the current working directory in the session, change the default-pathNicholas Marriott
2010-06-27New option, detach-on-destroy, to set what happens to a client when the sessionNicholas Marriott
2010-06-26Use server_destroy_session() for kill-session.Nicholas Marriott
2010-06-26Setting the cmdlist pointer in the bind-key to NULL to prevent it being freedNicholas Marriott
2010-06-21Add a choose-buffer command for easier use of the paste buffer stack.Nicholas Marriott
2010-06-21Extend the -t:+ and -t:- window targets for next and previous window toNicholas Marriott
2010-06-21Having a list of winlinks->alerts for each session is stupid, just storeNicholas Marriott
2010-06-21Rename activity->alert in a couple of functions for consistency.Nicholas Marriott
2010-06-21Give tmux sockets (but not the containing folder) groupNicholas Marriott
2010-06-21Ensure we overwrite UTF-8 wide characters properly, and never overwriteNicholas Marriott
2010-06-14Last change erroneously used the target argument for looking up theNicholas Marriott