| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Need to call recalculate_sizes() when changing window with the mouse, |  nicm | 2012-03-17 | 1 | -1/+4 |
* | Check event_initialized before event_del if event may not have been set |  nicm | 2012-03-17 | 1 | -4/+7 |
* | Remove some bits leftover from unused backoff code. |  nicm | 2012-03-09 | 1 | -2/+1 |
* | Do not change pane when changing window with mouse on status line, |  nicm | 2012-02-02 | 1 | -1/+3 |
* | Add an option to move the status line to the top of the screen, |  nicm | 2012-01-29 | 1 | -41/+68 |
* | Call bufferevent_free before closing file descriptor associated with it |  nicm | 2012-01-29 | 1 | -7/+7 |
* | Remove unused backoff code that doesn't do any good. |  nicm | 2012-01-21 | 1 | -45/+1 |
* | Drop the ability to have a list of keys in the prefix in favour of two |  nicm | 2012-01-21 | 1 | -11/+7 |
* | Fix so that when mouse-select-pane and mouse-select-window are both |  nicm | 2011-12-24 | 1 | -1/+3 |
* | Fix a couple of memory leaks, from marcel partap. |  nicm | 2011-08-20 | 1 | -1/+3 |
* | Do not continue to send data to suspended/locked clients or there will |  nicm | 2011-07-08 | 1 | -1/+4 |
* | Support xterm(1) cursor colour change sequences through terminfo(5) Cc |  nicm | 2011-05-20 | 1 | -2/+2 |
* | Only select pane on click, not drag. From hsim at gmx.li. |  nicm | 2011-05-08 | 1 | -2/+3 |
* | Add a new option, mouse-resize-pane. When on, panes may be resized by |  nicm | 2011-05-08 | 1 | -2/+18 |
* | Change window with mouse wheel over status line if mouse-select-window |  nicm | 2011-05-04 | 1 | -4/+17 |
* | Check if mouse-select-pane is ON not off when setting mouse flags, |  nicm | 2011-05-04 | 1 | -2/+2 |
* | When mode-mouse is on (it is off by default), automatically enter copy |  nicm | 2011-04-19 | 1 | -10/+18 |
* | Add an option (mouse-select-window) which allows the mouse to be used by |  nicm | 2011-04-18 | 1 | -1/+11 |
* | Change -t on display-message to be target-pane for the #[A-Z] |  nicm | 2011-03-29 | 1 | -2/+2 |
* | Simplify the way jobs work and drop the persist type, so all jobs are |  nicm | 2011-01-26 | 1 | -6/+6 |
* | Only set a mouse mode for mouse-select-pane if none already set by the |  nicm | 2011-01-15 | 1 | -2/+7 |
* | Move all calls to fcntl(...O_NONBLOCK) into a function and clear the |  nicm | 2011-01-08 | 1 | -17/+17 |
* | Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262 |  nicm | 2011-01-03 | 1 | -1/+16 |
* | Don't reset the activity timer for unattached sessions every second, |  nicm | 2011-01-01 | 1 | -6/+3 |
* | Support all four of the xterm mouse modes. Based on a diff from hsim at |  nicm | 2010-12-29 | 1 | -2/+2 |
* | Use pointer rather than index for the client's last session. |  nicm | 2010-12-20 | 1 | -2/+2 |
* | Track the last session for a client and add a flag to switch-client and |  nicm | 2010-12-11 | 1 | -1/+2 |
* | Make the prompt history global for all clients which is much more useful than per-client history. |  nicm | 2010-12-11 | 1 | -6/+1 |
* | Trying to set FD_CLOEXEC on every fd is a lost cause, just use |  nicm | 2010-10-16 | 1 | -9/+1 |
* | Two new options: |  nicm | 2010-09-26 | 1 | -1/+2 |
* | Add missing prototype. |  nicm | 2010-08-31 | 1 | -1/+2 |
* | Do not need to dup() the tty fd sent from the client because it is |  nicm | 2010-08-19 | 1 | -7/+5 |
* | Change the way backoff works. Instead of stopping reading from the pty |  nicm | 2010-08-11 | 1 | -1/+49 |
* | dup() the stdin fd so it isn't closed twice (once for stdin, once for tty). |  nicm | 2010-07-28 | 1 | -14/+16 |
* | When changing so that the client passes its stdout and stderr as well as |  nicm | 2010-07-24 | 1 | -43/+139 |
* | Send the \n to stdout with the message, not stderr... doh. |  nicm | 2010-07-19 | 1 | -2/+2 |
* | Return the command client return code with MSG_EXIT now that MSG_ERROR and |  nicm | 2010-07-11 | 1 | -8/+14 |
* | Send all three of stdin, stdout, stderr from the client to the server, so that |  nicm | 2010-06-28 | 1 | -14/+54 |
* | Fix problems with window sizing seen by Raghavendra D Prabhu when |  nicm | 2010-06-05 | 1 | -4/+5 |
* | Pass in the session, rather than the client, to window modes' key() |  nicm | 2010-05-23 | 1 | -5/+5 |
* | Support attaching a client read-only with a new -r flag to the attach-session |  nicm | 2010-02-06 | 1 | -10/+17 |
* | Change nested check to compare server socket path rather than just assuming |  nicm | 2010-02-06 | 1 | -12/+1 |
* | mouse-select-pane has to redraw the borders now too. |  nicm | 2010-01-08 | 1 | -1/+2 |
* | Options to set the colour of the pane borders, with different colours for the |  nicm | 2010-01-03 | 1 | -5/+8 |
* | Add "server options" which are server-wide and not bound to a session or |  nicm | 2009-12-10 | 1 | -2/+2 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -9/+9 |
* | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to |  nicm | 2009-11-26 | 1 | -1/+2 |
* | Two new options, window-status-format and window-status-current-format, which |  nicm | 2009-11-19 | 1 | -2/+2 |
* | Don't interpret #() for display-message, it usually doesn't make sense and may |  nicm | 2009-11-19 | 1 | -2/+2 |
* | Add a per-client log of status line messages displayed while that client |  nicm | 2009-11-18 | 1 | -2/+9 |