aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * 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
| * Change the way backoff works. Instead of stopping reading from the ptyNicholas Marriott2010-08-11
| * Show which pane is active in the list-panes output, suggested by DominikNicholas Marriott2010-08-11
| * switch back to kqueue for now, since (a) kqueue has been fixed to dealTheo Deraadt2010-08-04
| * dup() the stdin fd so it isn't closed twice (once for stdin, once for tty).Nicholas Marriott2010-07-28
| * When changing so that the client passes its stdout and stderr as well asNicholas Marriott2010-07-24
| * kqueue(2) is currently broken when used with /dev/null and a few otherNicholas Marriott2010-07-24
| * Fix a crash: if remain-on-exit is set and the pane has exited, theNicholas Marriott2010-07-22
| * Don't return if in the current window since we may want to report a bellNicholas Marriott2010-07-19
| * Send the \n to stdout with the message, not stderr... doh.Nicholas Marriott2010-07-19
| * some escapes i missed;Jason McIntyre2010-07-15
| * Make pane/window wrapping more logical (so with 10 windows, +10 fromNicholas Marriott2010-07-14
| * Return the command client return code with MSG_EXIT now that MSG_ERROR andNicholas Marriott2010-07-11
| * replace some magic mouse constants with defines for clarity. ok nicmTed Unangst2010-06-29
| * Custom layouts. list-windows command displays the layout as a string (such asNicholas Marriott2010-06-29
| * Send all three of stdin, stdout, stderr from the client to the server, so thatNicholas Marriott2010-06-28
| * Store the current working directory in the session, change the default-pathNicholas Marriott2010-06-27
| * New option, detach-on-destroy, to set what happens to a client when the sessionNicholas Marriott2010-06-27
| * Use server_destroy_session() for kill-session.Nicholas Marriott2010-06-26
| * Setting the cmdlist pointer in the bind-key to NULL to prevent it being freedNicholas Marriott2010-06-26
| * Add a choose-buffer command for easier use of the paste buffer stack.Nicholas Marriott2010-06-21
| * Extend the -t:+ and -t:- window targets for next and previous window toNicholas Marriott2010-06-21
| * Having a list of winlinks->alerts for each session is stupid, just storeNicholas Marriott2010-06-21
| * Rename activity->alert in a couple of functions for consistency.Nicholas Marriott2010-06-21
| * Give tmux sockets (but not the containing folder) groupNicholas Marriott2010-06-21
| * Ensure we overwrite UTF-8 wide characters properly, and never overwriteNicholas Marriott2010-06-21
| * Last change erroneously used the target argument for looking up theNicholas Marriott2010-06-14
| * Add a missing command and some missing Ic, from Tiago Cunha.Nicholas Marriott2010-06-14
| * Use a macro-based mask for obtaining a key or modifier-set from theNicholas Marriott2010-06-06
| * Couple of missing command aliases/flags, from Tiago Cunha.Nicholas Marriott2010-06-05
| * Fix problems with window sizing seen by Raghavendra D Prabhu whenNicholas Marriott2010-06-05
| * Support the status_replace # replacement sequences in the pipe-paneNicholas Marriott2010-06-05
| * Shut up gcc4 warnings.Nicholas Marriott2010-06-05
| * This ioctl(TIOCGWINSZ) call is no longer necessary, the result is neverNicholas Marriott2010-06-05
| * Fix binding of C-Space/C-@, from Micah Cowan.Nicholas Marriott2010-06-05
| * Make start-of-line work the same as end-of-line on wrapped lines (jumpNicholas Marriott2010-06-05