aboutsummaryrefslogtreecommitdiff
path: root/cmd-list.c
Commit message (Expand)AuthorAge
* Remove cmd-list.c line in master.Nicholas Marriott2019-06-15
* Merge cmd_list_parse into cmd-parse.y so it can use the new aliasnicm2019-05-25
* Break the argument escaping code into a separate function and use it tonicm2019-05-23
* Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm2019-05-23
* Add a helper to allocate a cmd_list.nicm2019-05-20
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Do not set a limit on the length of commands when printing them.nicm2015-11-27
* Various minor style and spacing nits.nicm2014-09-01
* Don't blindly increase offsets by the return value of snprintf, if therenicm2014-04-11
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-03-24
* Add functions to allocate and free command contexts rather than doing itNicholas Marriott2013-03-22
* Add a queue of notifys and a way to turn them off and on (we do not wantNicholas Marriott2012-07-13
* Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott2012-07-11
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* Add a skeleton mode to tmux (called "control mode") that let's tmuxNicholas Marriott2012-06-18
* We now send argv to the server after parsing it in the client to get theNicholas Marriott2010-10-29
* Setting the cmdlist pointer in the bind-key to NULL to prevent it being freedNicholas Marriott2010-06-26
* Reset output functions too when changing client after attaching, toNicholas Marriott2010-03-22
* Don't stop parsing command sequences when a command requests the client toNicholas Marriott2010-01-30
* Make all messages sent between the client and server fixed size.Nicholas Marriott2009-07-26
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01