summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-string.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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