Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
f10854cfc5e43f646b02b3031bfc4bc3f5f6c513
/
cmd-wait-for.c
08e6360
Add args parsing callback for some future work, currently unused.
by nicm
· 3 years, 3 months ago
5f32b7d
Hide struct args behind a couple of accessor functions.
by nicm
· 3 years, 3 months ago
04cdd03
Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its
by nicm
· 4 years, 7 months ago
c20eb0c
Make struct cmd local to cmd.c and move it out of tmux.h.
by nicm
· 4 years, 7 months ago
9272fe3
Add a cmdq_continue function rather than twiddling the flag directly.
by nicm
· 5 years ago
7339845
There is no reason wait-for has to be restricted to outside tmux.
by nicm
· 6 years ago
b342bd0
Mass rename struct cmd_q to struct cmdq_item and related.
by nicm
· 8 years ago
ddc4512
Rewrite command queue handling. Each client still has a command queue,
by nicm
· 8 years ago
a81685b
Add static in cmd-* and fix a few other nits.
by nicm
· 8 years ago
995af0e
I no longer use my SourceForge address so replace it.
by nicm
· 9 years ago
ecfeee2
Use member names in cmd_entry definitions so I stop getting confused
by nicm
· 9 years ago
577c0e3
Use __unused rather than rolling our own.
by nicm
· 9 years ago
0760343
Use client pointer not file descriptor in logging.
by nicm
· 9 years ago
ede0f2f
Set woken flag when flushing so that the channel is freed, while here
by nicm
· 9 years ago
aceae73
Change wait-for to work when the signal comes before the wait, also use
by nicm
· 9 years ago
45dfc5a
Instead of setting up the default keys by building the key struct
by nicm
· 10 years ago
733cea8
Wake up any clients waiting with the wait-for command when the server exits.
by nicm
· 10 years ago
4e956d5
Various minor style and spacing nits.
by nicm
· 10 years ago
1bd0851
Mark flags as optional and mutually exclusive. From Tiago Cunha.
by nicm
· 11 years ago
748acdc
Add wait-for -L and -U for lock and unlock, from Thiago Padilha.
by Nicholas Marriott
· 12 years ago