summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-string.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace the split parser code (cfg.c and cmd-string.c) with a singlenicm2019-05-231-393/+0
* Merge hooks into options and make each one an array option. This allowsnicm2019-04-261-2/+5
* Expand \u and \U escape sequences in command strings, from Christophernicm2018-08-191-7/+34
* Don't overwrite error message when it is available innicm2017-06-141-8/+6
* Add support for custom command aliases, this is an array option whichnicm2017-01-241-31/+53
* Revert WIP parts of previous I didn't mean to commit yet.nicm2017-01-161-53/+31
* getopt() has a struct option so just return to using options_entry.nicm2017-01-161-31/+53
* It is silly for cmd_list_parse to return an integer error when it couldnicm2017-01-151-31/+11
* Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling.nicm2016-10-141-2/+3
* Add static in cmd-* and fix a few other nits.nicm2016-10-101-14/+17
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Like options, move the environ struct into environ.c.nicm2015-10-281-4/+4
* Add xreallocarray and remove nmemb argument from xrealloc.nicm2014-10-081-10/+11
* Make tilde expansion in command strings work even if it isn't terminated by /.nicm2013-10-101-8/+23
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-3/+4
* Simplify command string parsing with a helper function from Tiago Cunha.nicm2012-12-061-27/+28
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-16/+13
* Read ${X} environment variables in strings and $HOME from the globalnicm2010-12-131-15/+17
* have_arg matches buf so it is no longer necessary, spotted by Tim van dernicm2010-02-191-16/+4
* Remove unnecessary comparison, pointed out by Tiago Cunha.nicm2010-01-311-3/+2
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-2/+2
* Get a u_char from the string, otherwise it isn't possible to enter \0377 as itnicm2009-11-261-7/+9
* Use home from struct passwd if HOME is empty as well as if it is NULL, and fixnicm2009-11-211-2/+2
* I made a complete horlicks of the last change, fix it so it doesn't either leadnicm2009-11-161-6/+2
* Rewrite a confusing loop when freeing the arg array on exit and move the checknicm2009-11-111-11/+10
* tabs are better; ok nicmderaadt2009-10-261-21/+21
* Infrastructure and commands to manage the environment for processes startednicm2009-08-081-14/+16
* Add a terminal-overrides session option allowing individual terminfo(5) entriesnicm2009-08-031-1/+4
* Expand leading tildes in arguments, from Tiage Cunha.nicm2009-07-131-1/+43
* Fix two memory leaks when assigning shell variables in configurationnicm2009-07-081-1/+3
* strdup the input to putenv to avoid in one case passing a string that is laternicm2009-06-051-2/+2
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+309