summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/notify.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add notification for input from a pane, from George Nachman.nicm2012-09-251-1/+21
|
* Send notifications to control clients. Also don't redraw client whennicm2012-09-031-9/+9
| | | | suspended.
* Fix up window reference counting and don't crash if the rename timernicm2012-08-211-2/+3
| | | | | fires while the window is dead but still referenced. Fixes problem reported by Michael Scholz.
* Add a queue of notifys and a way to turn them off and on (we do not wantnicm2012-07-131-9/+138
| | | | | notifys to happen during some commands). Based on code from George Nachman.
* Add notify hooks for various events, the functions are currently emptynicm2012-03-171-0/+59
stubs but will be filled in for control mode later. From George Nachman.