Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
f4c7141f5d2abd06bb90443ad9edc7c1a985eb40
/
control.c
ad11d49
Do not leak empty lines, GitHub issue 1824.
by nicm
· 5 years ago
82e4740
Allow % strings that are all numbers or %s, and fix a double free. Both
by nicm
· 5 years ago
723010b
Replace the split parser code (cfg.c and cmd-string.c) with a single
by nicm
· 6 years ago
82ebd98
Move the single command flag (CMD_CONTROL) into the shared flags.
by nicm
· 6 years ago
52847a9
It is silly for cmd_list_parse to return an integer error when it could
by nicm
· 8 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
995af0e
I no longer use my SourceForge address so replace it.
by nicm
· 9 years ago
577c0e3
Use __unused rather than rolling our own.
by nicm
· 9 years ago
c56b81a
Push stdout and stderr to clients more aggressively, and add an event to
by nicm
· 9 years ago
bf635e7
Rewrite of tmux mouse support which was a mess. Instead of having
by nicm
· 10 years ago
0a1a88d
Better format for printf format attributes.
by nicm
· 10 years ago
4c9f41f
Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd can
by nicm
· 11 years ago
662d471
Mark control commands specially so the client can identify them, based
by Nicholas Marriott
· 11 years ago
771d7db
Fix compiler warnings, missing #include. From Thomas Adam.
by Nicholas Marriott
· 12 years ago
8a40e10
Add time and a command count to control mode guards, based on code from
by Nicholas Marriott
· 12 years ago
20636d9
Add a command queue to standardize and simplify commands that call other
by Nicholas Marriott
· 12 years ago
2243cfb
Need to set clients in context before changing their reference count.
by Nicholas Marriott
· 12 years ago
a1722d5
Remove unnecessary initializers of cmd_ctx.
by Nicholas Marriott
· 12 years ago
84612a8
Add control_write_buffer, from George Nachman.
by Nicholas Marriott
· 12 years ago
9247c90
Send notifications to control clients. Also don't redraw client when suspended.
by Nicholas Marriott
· 12 years ago
df912e3
xfree is not particularly helpful, remove it. From Thomas Adam.
by Nicholas Marriott
· 12 years ago
2942eca
Add a skeleton mode to tmux (called "control mode") that let's tmux
by Nicholas Marriott
· 12 years ago