summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-list.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge the now tiny cmd-list.c into cmd.c.nicm2019-05-251-103/+0
* Merge cmd_list_parse into cmd-parse.y so it can use the new aliasnicm2019-05-251-57/+1
* Break the argument escaping code into a separate function and use it tonicm2019-05-231-5/+9
* Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm2019-05-231-5/+25
* Add a helper to allocate a cmd_list.nicm2019-05-201-4/+13
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Do not set a limit on the length of commands when printing them.nicm2015-11-271-17/+20
* Various minor style and spacing nits.nicm2014-09-011-2/+2
* Don't blindly increase offsets by the return value of snprintf, if therenicm2014-04-111-4/+8
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-64/+11
* Add functions to allocate and free command contexts rather than doing itnicm2013-03-221-3/+4
* Add a queue of notifys and a way to turn them off and on (we do not wantnicm2012-07-131-1/+5
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-16/+20
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-2/+3
* Add a skeleton mode to tmux (called "control mode") that let's tmuxnicm2012-06-181-3/+15
* We now send argv to the server after parsing it in the client to get thenicm2010-10-291-9/+13
* Setting the cmdlist pointer in the bind-key to NULL to prevent it being freednicm2010-06-261-9/+13
* Reset output functions too when changing client after attaching, tonicm2010-03-221-1/+5
* Don't stop parsing command sequences when a command requests the client tonicm2010-01-301-5/+24
* Make all messages sent between the client and server fixed size.nicm2009-07-261-36/+1
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+154