index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd-respawn-pane.c
Commit message (
Expand
)
Author
Age
*
Fix some format specifier nits, from Ben Boeckel.
nicm
2015-03-31
*
Missed a couple of cmd_entry struct members from previous.
nicm
2014-10-20
*
If multiple arguments are given to new-session, new-window,
nicm
2014-05-13
*
Set PATH explicitly, either from client or session
nicm
2014-04-17
*
Pass -1 for cwd now not NULL.
nicm
2013-10-10
*
Remove the barely-used and unnecessary command check() function.
nicm
2013-10-10
*
Add a command queue to standardize and simplify commands that call other
Nicholas Marriott
2013-03-24
*
Make command exec functions return an enum rather than -1/0/1 values and
Nicholas Marriott
2012-07-11
*
xfree is not particularly helpful, remove it. From Thomas Adam.
Nicholas Marriott
2012-07-10
*
$Id$ -> $OpenBSD$.
Nicholas Marriott
2012-03-17
*
Make window_pane_index work the same as window_index, from Ben Boeckel.
Nicholas Marriott
2011-11-15
*
Unused variable.
Nicholas Marriott
2011-07-09
*
Use screen_reinit for respawn-pane to keep history and call input_init
Nicholas Marriott
2011-07-04
*
Add a respawn-pane command, from Marcel Partap.
Nicholas Marriott
2011-06-05