CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/03/12 05:16:50
Modified files:
usr.bin/tmux : cfg.c cmd-capture-pane.c cmd-copy-mode.c
cmd-queue.c cmd-respawn-pane.c
cmd-respawn-window.c cmd-run-shell.c
cmd-send-keys.c format.c input.c
server-client.c tmux.h window-clock.c
window-copy.c window.c
Log message:
Allow multiple modes to be open in a pane. A stack of open modes is kept
and the previous restored when the top is exited. If a mode that is
already on the stack is entered, the existing instance is moved to the
top as the active mode rather than being opened new.