index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
control.c
Commit message (
Expand
)
Author
Age
*
It is silly for cmd_list_parse to return an integer error when it could
nicm
2017-01-15
*
Mass rename struct cmd_q to struct cmdq_item and related.
nicm
2016-10-16
*
Rewrite command queue handling. Each client still has a command queue,
nicm
2016-10-16
*
I no longer use my SourceForge address so replace it.
nicm
2016-01-19
*
Use __unused rather than rolling our own.
nicm
2015-11-18
*
Push stdout and stderr to clients more aggressively, and add an event to
nicm
2015-11-14
*
Rewrite of tmux mouse support which was a mess. Instead of having
nicm
2015-04-19
*
Better format for printf format attributes.
nicm
2014-10-20
*
Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can
nicm
2013-10-10
*
Mark control commands specially so the client can identify them, based
Nicholas Marriott
2013-06-23
*
Fix compiler warnings, missing #include. From Thomas Adam.
Nicholas Marriott
2013-03-26
*
Add time and a command count to control mode guards, based on code from
Nicholas Marriott
2013-03-25
*
Add a command queue to standardize and simplify commands that call other
Nicholas Marriott
2013-03-24
*
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 control_write_buffer, from George Nachman.
Nicholas Marriott
2012-09-24
*
Send notifications to control clients. Also don't redraw client when
Nicholas Marriott
2012-09-03
*
xfree is not particularly helpful, remove it. From Thomas Adam.
Nicholas Marriott
2012-07-10
*
Add a skeleton mode to tmux (called "control mode") that let's tmux
Nicholas Marriott
2012-06-18