index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
cmd-respawn-pane.c
Age
Commit message (
Expand
)
Author
2015-10-31
Because pledge(2) does not allow us to pass directory file descriptors
Nicholas Marriott
2015-10-28
Like options, move the environ struct into environ.c.
Nicholas Marriott
2015-03-31
Fix some format specifier nits, from Ben Boeckel.
Nicholas Marriott
2014-10-20
Missed a couple of cmd_entry struct members from previous.
Nicholas Marriott
2014-05-13
If multiple arguments are given to new-session, new-window,
Nicholas Marriott
2014-04-17
Set PATH explicitly, either from client or session
Nicholas Marriott
2013-10-10
Pass -1 for cwd now not NULL.
Nicholas Marriott
2013-10-10
Remove the barely-used and unnecessary command check() function.
Nicholas Marriott
2013-03-24
Add a command queue to standardize and simplify commands that call other
Nicholas Marriott
2012-07-11
Make command exec functions return an enum rather than -1/0/1 values and
Nicholas Marriott
2012-07-10
xfree is not particularly helpful, remove it. From Thomas Adam.
Nicholas Marriott
2012-03-17
$Id$ -> $OpenBSD$.
Nicholas Marriott
2011-11-15
Make window_pane_index work the same as window_index, from Ben Boeckel.
Nicholas Marriott
2011-07-09
Unused variable.
Nicholas Marriott
2011-07-04
Use screen_reinit for respawn-pane to keep history and call input_init
Nicholas Marriott
2011-06-05
Add a respawn-pane command, from Marcel Partap.
Nicholas Marriott