Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
7e67db79dca50184ee9dec4456ccf38756201a9e
/
cmd-command-prompt.c
a3129fd
Instead of combined flags for -c, -s, -t, split into different sets
by nicm
· 9 years ago
ecfeee2
Use member names in cmd_entry definitions so I stop getting confused
by nicm
· 9 years ago
4a4daf1
Instead of every command resolving the target (-t or -s) itself, prepare
by nicm
· 9 years ago
bf635e7
Rewrite of tmux mouse support which was a mess. Instead of having
by nicm
· 10 years ago
45dfc5a
Instead of setting up the default keys by building the key struct
by nicm
· 10 years ago
d45c12b
Remove the barely-used and unnecessary command check() function.
by nicm
· 11 years ago
20636d9
Add a command queue to standardize and simplify commands that call other
by Nicholas Marriott
· 12 years ago
bb8457b
Fix error reporting for client commands by adding a flag to
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
ede8312
Make command exec functions return an enum rather than -1/0/1 values and
by Nicholas Marriott
· 12 years ago
df912e3
xfree is not particularly helpful, remove it. From Thomas Adam.
by Nicholas Marriott
· 12 years ago
2de9b1e
Make confirm-before prompt customizable with -p option like
by Nicholas Marriott
· 13 years ago
94f86ed
Include the existing window and session name in the prompt when renaming
by Nicholas Marriott
· 13 years ago
ad60a2c
Allow the initial context on prompts to be set with the new -I option to
by Nicholas Marriott
· 13 years ago
1af2021
Pass prompts through status_replace so that they can be more helpful
by Nicholas Marriott
· 14 years ago
64f02da
Whoops, command-prompt can take 0 or 1 argument.
by Nicholas Marriott
· 14 years ago
7502cb3
Clean up and simplify tmux command argument parsing.
by Nicholas Marriott
· 14 years ago
e0f4697
Identical behaviour to select-prompt can now be obtained with
by Nicholas Marriott
· 15 years ago
76ef877
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
by Nicholas Marriott
· 15 years ago
6fab9a3
Use KEYC_NONE constant instead of 0 on init.
by Nicholas Marriott
· 15 years ago
7b847ce
Add a choose-client command and extend choose-{session,window} to accept a
by Nicholas Marriott
· 15 years ago
43cd40e
The cursession member in struct cmd_ctx is always either curclient->session or
by Nicholas Marriott
· 15 years ago
3f4418d
Extend command-prompt with a -p option which is a comma-separated list of one
by Nicholas Marriott
· 15 years ago
09cbd0c
Switch the prompt code to return an empty string when the user enters no
by Nicholas Marriott
· 15 years ago
34a82e7
Make all messages sent between the client and server fixed size.
by Nicholas Marriott
· 15 years ago
73732ff
Kill some dead stores and fix a null pointer deref, found by clang.
by Nicholas Marriott
· 15 years ago
65deba3
Memory could be leaked if a second prompt or message appeared while another was
by Nicholas Marriott
· 15 years ago
92da443
Make status_message_set a variadic printf-like function. No functional change -
by Nicholas Marriott
· 15 years ago
5f108d9
Having fixed flags for single-character getopt options is a bit hard to
by Nicholas Marriott
· 15 years ago
35876ea
Import tmux, a terminal multiplexor allowing (among other things) a single
by Nicholas Marriott
· 15 years ago