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
/
spawn.c
Age
Commit message (
Expand
)
Author
2020-03-31
Detach reply escape sequences from the pane so they work in popups.
Nicholas Marriott
2020-03-19
Change input path so it doesn't require a pane.
Nicholas Marriott
2020-03-17
Ignore default-shell (and use /bin/sh) if it invalid not just if it is
Nicholas Marriott
2020-03-02
Use current session for cwd of new sessions, not the new session which
Nicholas Marriott
2020-01-28
Set up working directory before killing the existing pane on respawn.
Nicholas Marriott
2020-01-01
Fix format expansion in window names, reported by Suraj N Kurapati.
Nicholas Marriott
2019-11-28
Make a best effort to set xpixel and ypixel for each pane and add
Nicholas Marriott
2019-11-14
Add an option to set the key sent by backspace for those whose system
Nicholas Marriott
2019-10-07
Fix respawn-pane/window if default-command is set, reported by Janos Barbero.
Nicholas Marriott
2019-09-23
Use the correct size for new windows when window-size is latest,
Nicholas Marriott
2019-09-19
Add a "latest" window-size option which tries to size windows based on
Nicholas Marriott
2019-09-18
Do not set uninitialized signal mask when creating an empty pane.
Nicholas Marriott
2019-06-30
Do not double free window if pane fails to start.
Nicholas Marriott
2019-05-27
Fix crash when killing the current window, reported by Jesus Rafael
Nicholas Marriott
2019-05-25
Make cmd_log_argv take a printf-like format for the prefix.
Nicholas Marriott
2019-05-03
Allow panes to be empty (no command), output can be piped to them with
Nicholas Marriott
2019-04-28
Support multiple occurances of the same argument. Use this for a new
Nicholas Marriott
2019-04-17
Break new window and pane creation common code from various commands and
Nicholas Marriott