summaryrefslogtreecommitdiffstats
path: root/cmd-string.c
AgeCommit message (Expand)Author
2013-02-23Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2012-12-08Merge branch 'obsd-master'Thomas Adam
2012-12-06Simplify command string parsing with a helper function from Tiago Cunha.Nicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2010-12-13Read ${X} environment variables in strings and $HOME from the globalNicholas Marriott
2010-12-13Read ${X} environment variables in strings and $HOME from the globalNicholas Marriott
2010-02-26Sync OpenBSD patchset 649:Tiago Cunha
2010-02-19have_arg matches buf so it is no longer necessary, spotted by Tim van derNicholas Marriott
2010-02-02Sync OpenBSD patchset 628:Tiago Cunha
2010-01-31Remove unnecessary comparison, pointed out by Tiago Cunha.Nicholas Marriott
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-11-28Sync OpenBSD patchset 565:Tiago Cunha
2009-11-26Get a u_char from the string, otherwise it isn't possible to enter \0377 as itNicholas Marriott
2009-11-22Sync OpenBSD patchset 559:Tiago Cunha
2009-11-21Use home from struct passwd if HOME is empty as well as if it is NULL, and fixNicholas Marriott
2009-11-18Sync OpenBSD patchset 541:Tiago Cunha
2009-11-16I made a complete horlicks of the last change, fix it so it doesn't either leadNicholas Marriott
2009-11-13Sync OpenBSD patchset 530:Tiago Cunha
2009-11-11Rewrite a confusing loop when freeing the arg array on exit and move the checkNicholas Marriott
2009-10-28Sync OpenBSD patchset 467:Tiago Cunha
2009-10-26tabs are better; ok nicmTheo Deraadt
2009-08-09Sync OpenBSD patchset 231:Tiago Cunha
2009-08-09Sync OpenBSD patchset 211:Tiago Cunha
2009-08-08Infrastructure and commands to manage the environment for processes startedNicholas Marriott
2009-08-03Add a terminal-overrides session option allowing individual terminfo(5) entriesNicholas Marriott
2009-07-14Whoops, chose the wrong one in a conflict. Revert.Nicholas Marriott
2009-07-14If it exist, load a system-wide configuration file /etc/tmux.conf before anyNicholas Marriott
2009-07-13Expand leading tildes in arguments, from Tiage Cunha.Nicholas Marriott
2009-07-13Expand leading tilde on commands which expect a filename.Tiago Cunha
2009-07-09Fix two memory leaks when assigning shell variables in configurationNicholas Marriott
2009-07-08Fix two memory leaks when assigning shell variables in configurationNicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25strdup the input to putenv to avoid in one case passing a string that is laterNicholas Marriott
2009-06-05strdup the input to putenv to avoid in one case passing a string that is laterNicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott
2009-05-15putenv can be char *.Nicholas Marriott
2009-05-04Spacing.Nicholas Marriott
2009-02-16Don't leak string arguments and options.Nicholas Marriott
2009-02-08Handle "" properly.Nicholas Marriott
2009-01-18Support command sequences separated by " ; ". Also clean up command printing.Nicholas Marriott
2009-01-10Trim spaces.Nicholas Marriott
2008-12-10Even better, use cause.Nicholas Marriott
2008-12-08Make window options work the same was as session options, add mode-fg/mode-bg...Nicholas Marriott
2008-09-26Trim.Nicholas Marriott
2008-08-01Comment tweak.Nicholas Marriott
2008-07-25== 0 not == NULLNicholas Marriott
2008-07-25Environment variables in configuration file.Nicholas Marriott