summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/control-notify.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add client-detached notification in control mode, from Mohsin Kaleem.nicm2021-03-161-1/+12
* Change so that window_flags escapes # automatically which means configsnicm2021-01-201-2/+2
* Support code for control mode flow control: allow clients to havenicm2020-05-211-35/+1
* Terminate the output buffer for control mode output - it is now used asnicm2020-03-161-1/+2
* Rewrite the code for reading and writing files. Now, if the client isnicm2019-12-121-2/+2
* Add -F to refresh-client to specify flags for control clients - one flagnicm2019-07-101-1/+4
* Do not use evbuffer_add_buffer because it is destructive and doesn'tnicm2019-05-071-7/+2
* evbuffer_new and bufferevent_new can both fail (when malloc fails) andnicm2018-11-191-1/+3
* Some new notifications, mainly for active pane and current window andnicm2017-05-041-10/+63
* Add a helper function for the most common format_create/defaults/expandnicm2017-03-081-9/+5
* Add a window or pane id "tag" to each format tree and use it to separatenicm2017-02-031-2/+2
* Use the notify name string instead of going via an enum and changenicm2016-10-161-2/+2
* Rename a function for consistency and some spacing nits.nicm2016-10-151-2/+2
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Add cmdq as an argument to format_create and add a format for thenicm2015-12-111-2/+2
* Remove format_create_flags and just pass flags to format_create.nicm2015-12-081-2/+2
* Use __unused rather than rolling our own.nicm2015-11-181-5/+5
* Add window_visible_layout which ignores zoomed panes and use it fornicm2015-11-131-3/+10
* Convert clients list into a TAILQ.nicm2015-04-241-22/+8
* Wrap all the individual format_* calls in a single format_defaultsnicm2015-02-051-2/+2
* Differentiate between linked and unlinked window closes and renames,nicm2014-04-231-3/+16
* Fix compiler warnings, missing #include. From Thomas Adam.nicm2013-03-261-5/+1
* Include prefix on ids, from George Nachman.nicm2013-03-251-11/+11
* Write escaped output in control mode rather than hex, from Georgenicm2013-03-251-3/+7
* Don't add prefix to %output pane id.nicm2013-03-251-4/+4
* Rename session idx to session id throughout and add $ prefix to targetsnicm2013-03-251-2/+2
* Remove some unused/unnecessary control notifications, from George Nachman.nicm2013-03-251-12/+3
* Add notification for input from a pane, from George Nachman.nicm2012-09-251-1/+30
* Send notifications to control clients. Also don't redraw client whennicm2012-09-031-0/+183