summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/server-client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Need to call recalculate_sizes() when changing window with the mouse,nicm2012-03-171-1/+4
* Check event_initialized before event_del if event may not have been setnicm2012-03-171-4/+7
* Remove some bits leftover from unused backoff code.nicm2012-03-091-2/+1
* Do not change pane when changing window with mouse on status line,nicm2012-02-021-1/+3
* Add an option to move the status line to the top of the screen,nicm2012-01-291-41/+68
* Call bufferevent_free before closing file descriptor associated with itnicm2012-01-291-7/+7
* Remove unused backoff code that doesn't do any good.nicm2012-01-211-45/+1
* Drop the ability to have a list of keys in the prefix in favour of twonicm2012-01-211-11/+7
* Fix so that when mouse-select-pane and mouse-select-window are bothnicm2011-12-241-1/+3
* Fix a couple of memory leaks, from marcel partap.nicm2011-08-201-1/+3
* Do not continue to send data to suspended/locked clients or there willnicm2011-07-081-1/+4
* Support xterm(1) cursor colour change sequences through terminfo(5) Ccnicm2011-05-201-2/+2
* Only select pane on click, not drag. From hsim at gmx.li.nicm2011-05-081-2/+3
* Add a new option, mouse-resize-pane. When on, panes may be resized bynicm2011-05-081-2/+18
* Change window with mouse wheel over status line if mouse-select-windownicm2011-05-041-4/+17
* Check if mouse-select-pane is ON not off when setting mouse flags,nicm2011-05-041-2/+2
* When mode-mouse is on (it is off by default), automatically enter copynicm2011-04-191-10/+18
* Add an option (mouse-select-window) which allows the mouse to be used bynicm2011-04-181-1/+11
* Change -t on display-message to be target-pane for the #[A-Z]nicm2011-03-291-2/+2
* Simplify the way jobs work and drop the persist type, so all jobs arenicm2011-01-261-6/+6
* Only set a mouse mode for mouse-select-pane if none already set by thenicm2011-01-151-2/+7
* Move all calls to fcntl(...O_NONBLOCK) into a function and clear thenicm2011-01-081-17/+17
* Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262nicm2011-01-031-1/+16
* Don't reset the activity timer for unattached sessions every second,nicm2011-01-011-6/+3
* Support all four of the xterm mouse modes. Based on a diff from hsim atnicm2010-12-291-2/+2
* Use pointer rather than index for the client's last session.nicm2010-12-201-2/+2
* Track the last session for a client and add a flag to switch-client andnicm2010-12-111-1/+2
* Make the prompt history global for all clients which is much more useful than per-client history.nicm2010-12-111-6/+1
* Trying to set FD_CLOEXEC on every fd is a lost cause, just usenicm2010-10-161-9/+1
* Two new options:nicm2010-09-261-1/+2
* Add missing prototype.nicm2010-08-311-1/+2
* Do not need to dup() the tty fd sent from the client because it isnicm2010-08-191-7/+5
* Change the way backoff works. Instead of stopping reading from the ptynicm2010-08-111-1/+49
* dup() the stdin fd so it isn't closed twice (once for stdin, once for tty).nicm2010-07-281-14/+16
* When changing so that the client passes its stdout and stderr as well asnicm2010-07-241-43/+139
* Send the \n to stdout with the message, not stderr... doh.nicm2010-07-191-2/+2
* Return the command client return code with MSG_EXIT now that MSG_ERROR andnicm2010-07-111-8/+14
* Send all three of stdin, stdout, stderr from the client to the server, so thatnicm2010-06-281-14/+54
* Fix problems with window sizing seen by Raghavendra D Prabhu whennicm2010-06-051-4/+5
* Pass in the session, rather than the client, to window modes' key()nicm2010-05-231-5/+5
* Support attaching a client read-only with a new -r flag to the attach-sessionnicm2010-02-061-10/+17
* Change nested check to compare server socket path rather than just assumingnicm2010-02-061-12/+1
* mouse-select-pane has to redraw the borders now too.nicm2010-01-081-1/+2
* Options to set the colour of the pane borders, with different colours for thenicm2010-01-031-5/+8
* Add "server options" which are server-wide and not bound to a session ornicm2009-12-101-2/+2
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-9/+9
* Remove a couple of unused arguments where possible, and add /* ARGSUSED */ tonicm2009-11-261-1/+2
* Two new options, window-status-format and window-status-current-format, whichnicm2009-11-191-2/+2
* Don't interpret #() for display-message, it usually doesn't make sense and maynicm2009-11-191-2/+2
* Add a per-client log of status line messages displayed while that clientnicm2009-11-181-2/+9