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
/
control-notify.c
Age
Commit message (
Expand
)
Author
2016-01-19
I no longer use my SourceForge address so replace it.
Nicholas Marriott
2015-12-11
Add cmdq as an argument to format_create and add a format for the
Nicholas Marriott
2015-12-08
Remove format_create_flags and just pass flags to format_create.
Nicholas Marriott
2015-11-18
Use __unused rather than rolling our own.
Nicholas Marriott
2015-11-13
Add window_visible_layout which ignores zoomed panes and use it for
Nicholas Marriott
2015-04-24
Convert clients list into a TAILQ.
Nicholas Marriott
2015-02-05
Wrap all the individual format_* calls in a single format_defaults
Nicholas Marriott
2014-04-23
Differentiate between linked and unlinked window closes and renames,
Nicholas Marriott
2013-03-26
Fix compiler warnings, missing #include. From Thomas Adam.
Nicholas Marriott
2013-03-25
Include prefix on ids, from George Nachman.
Nicholas Marriott
2013-03-25
Write escaped output in control mode rather than hex, from George
Nicholas Marriott
2013-03-25
Don't add prefix to %output pane id.
Nicholas Marriott
2013-03-25
Rename session idx to session id throughout and add $ prefix to targets
Nicholas Marriott
2013-03-25
Remove some unused/unnecessary control notifications, from George Nachman.
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