index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
notify.c
Age
Commit message (
Expand
)
Author
2017-01-11
Some tidying and tweaks to options code.
Nicholas Marriott
2016-10-16
Use notifys for alerts too.
Nicholas Marriott
2016-10-16
Use the notify name string instead of going via an enum and change
Nicholas Marriott
2016-10-16
Add hook_session and hook_window formats to get information on the
Nicholas Marriott
2016-10-16
Provide a way for hooks to tag formats onto the commands they fire so
Nicholas Marriott
2016-10-16
Notifys can go via the command queue instead of using their own queue.
Nicholas Marriott
2016-10-16
Mass rename struct cmd_q to struct cmdq_item and related.
Nicholas Marriott
2016-10-16
Rewrite command queue handling. Each client still has a command queue,
Nicholas Marriott
2016-10-15
Rename a function for consistency and some spacing nits.
Nicholas Marriott
2016-10-15
Fire hooks on the simple notifys (window-renamed and session-renamed),
Nicholas Marriott
2016-10-15
Drain notifys once at the end of the server loop instead of doing it
Nicholas Marriott
2016-10-10
Loads more static, except for cmd-*.c and window-*.c.
Nicholas Marriott
2015-06-05
Similarly, for sessions use a callback to free rather than checking
Nicholas Marriott
2015-06-05
Change deref to the more sensible unref, and add a couple I missed before.
Nicholas Marriott
2015-04-24
Convert clients list into a TAILQ.
Nicholas Marriott
2012-09-25
Add notification for input from a pane, from George Nachman.
Nicholas Marriott
2012-09-03
Send notifications to control clients. Also don't redraw client when
Nicholas Marriott
2012-08-21
Fix up window reference counting and don't crash if the rename timer
Nicholas Marriott
2012-07-13
Add a queue of notifys and a way to turn them off and on (we do not want
Nicholas Marriott
2012-03-17
Add notify hooks for various events, the functions are currently empty
Nicholas Marriott