summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/server-fn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* kill-window -a cannot just walk the list of windows because ifnicm2020-07-041-19/+33
* Add a client flag 'active-pane' which stores the active pane in thenicm2020-05-161-1/+3
* Do not hoke into struct window_pane from the tty code and instead setnicm2020-05-161-2/+2
* Show signal name when process exits rather than number.nicm2020-04-161-3/+3
* Rewrite the code for reading and writing files. Now, if the client isnicm2019-12-121-31/+1
* Add a per-pane option set. Pane options inherit from window options (sonicm2019-06-201-2/+2
* Allow panes to be empty (no command), output can be piped to them withnicm2019-05-031-3/+2
* Break new window and pane creation common code from various commands andnicm2019-04-171-3/+3
* DECRC and DECSC apparently need to preserve origin mode as well, basednicm2019-03-121-2/+2
* Clear PANE_EXITED flag when starting new child process in case the panenicm2018-11-301-1/+2
* Support for windows larger than visible on the attached client. This hasnicm2018-10-181-1/+2
* Add a client redraw-window flag instead of the redraw-all flag and fornicm2018-08-191-4/+4
* SESSION_UNATTACHED flag is no longer necessary now we have an attachednicm2018-08-181-2/+2
* Add x and X to choose-tree (with a confirmation prompt) to kill annicm2018-04-101-1/+17
* Add -Z flag to choose-tree, choose-client, choose-buffer tonicm2018-02-281-4/+2
* Show exit status and time in the remain-on-exit pane text, mostly fromnicm2017-10-121-7/+25
* Check for complete keys before escape prefix, allows keys to be definednicm2017-08-291-2/+2
* proc_send_s now seems unnecessary.nicm2017-07-121-2/+2
* Some extra logging to show why tmux might exit.nicm2017-07-091-3/+3
* Scrolling needs to use background colour.nicm2017-05-121-2/+2
* Remove a couple of redraw flags that no longer have any effect.nicm2017-04-171-2/+1
* Move the client identify (display-panes) code into server-client.c.nicm2017-03-091-42/+1
* Move server_fill_environ into environ.c and move some other common codenicm2017-03-091-19/+1
* Instead of numbering session groups, give them a name which may be givennicm2017-02-091-7/+7
* Make options_get_string return const string.nicm2017-01-131-4/+4
* Use the notify name string instead of going via an enum and changenicm2016-10-161-10/+12
* Add static in window-*.c and move some internal functions out of tmux.h.nicm2016-10-111-2/+3
* Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-101-5/+5
* Allow a command to be specified to display-panes, similar tonicm2016-06-161-10/+12
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Add infrastructure to work out the best target given a pane or windownicm2015-12-161-2/+9
* Add key-table option to set the default key table for a session, allowsnicm2015-12-121-1/+2
* Check alerts when session changes, from Patrick Palka.nicm2015-12-111-1/+2
* Make environ_set va_args and use it to tidy up some calls. Also add anicm2015-11-241-7/+6
* Use __unused rather than rolling our own.nicm2015-11-181-2/+2
* Push stdout and stderr to clients more aggressively, and add an event tonicm2015-11-141-45/+1
* Move struct options into options.c.nicm2015-10-271-9/+9
* Break the common process set up, event loop and imsg dispatch codenicm2015-10-271-58/+8
* Use client pointer not file descriptor in logging.nicm2015-10-201-2/+2
* Add session_last_attached time and format, from Sina Siadat.nicm2015-09-101-1/+2
* Make session_update_activity more useful and use it in more places.nicm2015-08-281-2/+2
* Run status update on a per-client timer at status-interval.nicm2015-08-281-1/+2
* If default-terminal is set to "screen" or "screen-*", emulate screen'snicm2015-04-291-2/+2
* Convert clients list into a TAILQ.nicm2015-04-241-44/+16
* Make session_has return a flag, returning the first winlink found is anicm2015-04-221-3/+3
* Fix moving windows to nonexistent indexes when renumber-windows isnicm2015-04-211-2/+1
* Honour renumber-windows when unlinking a window, from Thomas Adam.nicm2015-04-191-1/+2
* Rewrite of tmux mouse support which was a mess. Instead of havingnicm2015-04-191-4/+5
* Fix some format specifier nits, from Ben Boeckel.nicm2015-03-311-3/+3
* Unzoom before kill, from Thomas Adam.nicm2015-01-061-1/+2