aboutsummaryrefslogtreecommitdiff
path: root/cmd-respawn-pane.c
Commit message (Expand)AuthorAge
* Fix some format specifier nits, from Ben Boeckel.nicm2015-03-31
* Missed a couple of cmd_entry struct members from previous.nicm2014-10-20
* If multiple arguments are given to new-session, new-window,nicm2014-05-13
* Set PATH explicitly, either from client or sessionnicm2014-04-17
* Pass -1 for cwd now not NULL.nicm2013-10-10
* Remove the barely-used and unnecessary command check() function.nicm2013-10-10
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-03-24
* Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott2012-07-11
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* $Id$ -> $OpenBSD$.Nicholas Marriott2012-03-17
* Make window_pane_index work the same as window_index, from Ben Boeckel.Nicholas Marriott2011-11-15
* Unused variable.Nicholas Marriott2011-07-09
* Use screen_reinit for respawn-pane to keep history and call input_initNicholas Marriott2011-07-04
* Add a respawn-pane command, from Marcel Partap.Nicholas Marriott2011-06-05