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.c
Age
Commit message (
Expand
)
Author
2013-10-10
Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can
Nicholas Marriott
2013-06-23
Mark control commands specially so the client can identify them, based
Nicholas Marriott
2013-03-26
Fix compiler warnings, missing #include. From Thomas Adam.
Nicholas Marriott
2013-03-25
Add time and a command count to control mode guards, based on code from
Nicholas Marriott
2013-03-24
Add a command queue to standardize and simplify commands that call other
Nicholas Marriott
2013-03-22
Need to set clients in context before changing their reference count.
Nicholas Marriott
2013-03-22
Remove unnecessary initializers of cmd_ctx.
Nicholas Marriott
2013-03-22
Add functions to allocate and free command contexts rather than doing it
Nicholas Marriott
2012-09-24
Add control_write_buffer, from George Nachman.
Nicholas Marriott
2012-09-03
Send notifications to control clients. Also don't redraw client when
Nicholas Marriott
2012-07-10
xfree is not particularly helpful, remove it. From Thomas Adam.
Nicholas Marriott
2012-06-18
Add a skeleton mode to tmux (called "control mode") that let's tmux
Nicholas Marriott