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
/
cmd-list.c
Commit message (
Expand
)
Author
Age
*
Remove cmd-list.c line in master.
Nicholas Marriott
2019-06-15
*
Merge cmd_list_parse into cmd-parse.y so it can use the new alias
nicm
2019-05-25
*
Break the argument escaping code into a separate function and use it to
nicm
2019-05-23
*
Replace the split parser code (cfg.c and cmd-string.c) with a single
nicm
2019-05-23
*
Add a helper to allocate a cmd_list.
nicm
2019-05-20
*
I no longer use my SourceForge address so replace it.
nicm
2016-01-19
*
Do not set a limit on the length of commands when printing them.
nicm
2015-11-27
*
Various minor style and spacing nits.
nicm
2014-09-01
*
Don't blindly increase offsets by the return value of snprintf, if there
nicm
2014-04-11
*
Add a command queue to standardize and simplify commands that call other
Nicholas Marriott
2013-03-24
*
Add functions to allocate and free command contexts rather than doing it
Nicholas Marriott
2013-03-22
*
Add a queue of notifys and a way to turn them off and on (we do not want
Nicholas Marriott
2012-07-13
*
Make command exec functions return an enum rather than -1/0/1 values and
Nicholas Marriott
2012-07-11
*
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
*
We now send argv to the server after parsing it in the client to get the
Nicholas Marriott
2010-10-29
*
Setting the cmdlist pointer in the bind-key to NULL to prevent it being freed
Nicholas Marriott
2010-06-26
*
Reset output functions too when changing client after attaching, to
Nicholas Marriott
2010-03-22
*
Don't stop parsing command sequences when a command requests the client to
Nicholas Marriott
2010-01-30
*
Make all messages sent between the client and server fixed size.
Nicholas Marriott
2009-07-26
*
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott
2009-06-01