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