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
/
cmd-wait-for.c
Age
Commit message (
Expand
)
Author
2021-08-21
Add args parsing callback for some future work, currently unused.
Nicholas Marriott
2021-08-20
Hide struct args behind a couple of accessor functions.
Nicholas Marriott
2020-04-13
Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its
Nicholas Marriott
2020-04-13
Make struct cmd local to cmd.c and move it out of tmux.h.
Nicholas Marriott
2019-06-18
Add a cmdq_continue function rather than twiddling the flag directly.
Nicholas Marriott
2018-11-07
There is no reason wait-for has to be restricted to outside tmux.
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-10
Add static in cmd-* and fix a few other nits.
Nicholas Marriott
2016-01-19
I no longer use my SourceForge address so replace it.
Nicholas Marriott
2015-12-13
Use member names in cmd_entry definitions so I stop getting confused
Nicholas Marriott
2015-11-18
Use __unused rather than rolling our own.
Nicholas Marriott
2015-10-20
Use client pointer not file descriptor in logging.
Nicholas Marriott
2015-09-13
Set woken flag when flushing so that the channel is freed, while here
Nicholas Marriott
2015-09-04
Change wait-for to work when the signal comes before the wait, also use
Nicholas Marriott
2014-10-20
Instead of setting up the default keys by building the key struct
Nicholas Marriott
2014-09-01
Wake up any clients waiting with the wait-for command when the server
Nicholas Marriott
2014-09-01
Various minor style and spacing nits.
Nicholas Marriott
2013-10-10
Mark flags as optional and mutually exclusive. From Tiago Cunha.
Nicholas Marriott
2013-10-10
Remove the barely-used and unnecessary command check() function.
Nicholas Marriott
2013-03-25
Add wait-for -L and -U for lock and unlock, from Thiago Padilha.
Nicholas Marriott
2013-03-25
Add a wait-for command which blocks a client on a named channel until it
Nicholas Marriott