summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/notify.c (follow)
Commit message (Expand)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
* Fix up window reference counting and don't crash if the rename timernicm2012-08-211-2/+3
* Add a queue of notifys and a way to turn them off and on (we do not wantnicm2012-07-131-9/+138
* Add notify hooks for various events, the functions are currently emptynicm2012-03-171-0/+59