Store state shared between multiple commands in the queue in a shared
authornicm <nicm@openbsd.org>
Fri, 21 Apr 2017 14:01:19 +0000 (14:01 +0000)
committernicm <nicm@openbsd.org>
Fri, 21 Apr 2017 14:01:19 +0000 (14:01 +0000)
commitbebc73f12fb20d0fe5d2665112e006eb30001352
tree0e68251b9e45ecf8ef494c4eaa0010ff9472d71c
parent9e5d066d5f8fafa6537deb7cece118ed8826f875
Store state shared between multiple commands in the queue in a shared
structure.
14 files changed:
usr.bin/tmux/cmd-attach-session.c
usr.bin/tmux/cmd-copy-mode.c
usr.bin/tmux/cmd-find.c
usr.bin/tmux/cmd-if-shell.c
usr.bin/tmux/cmd-list-keys.c
usr.bin/tmux/cmd-new-session.c
usr.bin/tmux/cmd-queue.c
usr.bin/tmux/cmd-resize-pane.c
usr.bin/tmux/cmd-send-keys.c
usr.bin/tmux/cmd-switch-client.c
usr.bin/tmux/format.c
usr.bin/tmux/key-bindings.c
usr.bin/tmux/server-client.c
usr.bin/tmux/tmux.h