summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-respawn-window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support multiple occurances of the same argument. Use this for a newnicm2019-04-281-4/+14
* Break new window and pane creation common code from various commands andnicm2019-04-171-52/+22
* Allow multiple modes to be open in a pane. A stack of open modes is keptnicm2019-03-121-2/+2
* Add -c for respawn-pane and respawn-window, from J Raynor.nicm2017-07-211-7/+14
* Do not update TERM into config file parsing has finished.nicm2017-04-251-2/+2
* Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-221-4/+4
* Move server_fill_environ into environ.c and move some other common codenicm2017-03-091-7/+3
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-161-9/+10
* Add static in cmd-* and fix a few other nits.nicm2016-10-101-3/+3
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Add infrastructure to work out the best target given a pane or windownicm2015-12-161-2/+2
* Instead of combined flags for -c, -s, -t, split into different setsnicm2015-12-141-2/+4
* Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-131-6/+9
* Instead of every command resolving the target (-t or -s) itself, preparenicm2015-12-131-11/+7
* Because pledge(2) does not allow us to pass directory file descriptorsnicm2015-10-311-2/+2
* Like options, move the environ struct into environ.c.nicm2015-10-281-11/+11
* Instead of setting up the default keys by building the key structnicm2014-10-201-2/+1
* If multiple arguments are given to new-session, new-window,nicm2014-05-131-9/+5
* Set PATH explicitly, either from client or sessionnicm2014-04-171-3/+14
* Pass -1 for cwd now not NULL.nicm2013-10-101-2/+2
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-2/+1
* Add resize-pane -Z to temporary zoom the active pane to occupy the fullnicm2013-03-241-2/+2
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-6/+6
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-7/+7
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-2/+3
* Use screen_reinit for respawn-pane to keep history and call input_initnicm2011-07-041-1/+3
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-12/+15
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-2/+2
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-3/+3
* Destroy panes immediately rather than checking them all every loop.nicm2009-11-131-1/+2
* Rather than constructing an entire termios struct from ttydefaults.h, just letnicm2009-09-161-2/+2
* When using tmux as a login shell, there is currently no way to specify a shellnicm2009-09-011-2/+3
* When creating a new session from the command-line where there is an externalnicm2009-08-131-2/+2
* Infrastructure and commands to manage the environment for processes startednicm2009-08-081-4/+9
* Make all messages sent between the client and server fixed size.nicm2009-07-261-3/+1
* Set the active pane when respawning a window - fixes problems when respawning anicm2009-07-241-1/+2
* Improved layout code.nicm2009-07-191-1/+3
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-3/+3
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+87