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