summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/control-notify.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Differentiate between linked and unlinked window closes and renames,nicm2014-04-231-3/+16
| | | | like we already do for adds. From Andre Masella.
* 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
| | | | Nachman.
* 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
| | | | to use it, extended from a diff from George Nachman.
* 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
suspended.