CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/04/13 08:04:25
Modified files:
usr.bin/tmux : cmd-attach-session.c cmd-break-pane.c
cmd-copy-mode.c cmd-display-menu.c cmd-find.c
cmd-if-shell.c cmd-join-pane.c
cmd-new-session.c cmd-new-window.c cmd-queue.c
cmd-resize-pane.c cmd-rotate-window.c
cmd-select-pane.c cmd-select-window.c
cmd-send-keys.c cmd-split-window.c
cmd-switch-client.c control.c format.c
key-bindings.c menu.c notify.c popup.c tmux.h
Log message:
Rename cmdq_shared to cmdq_state which will better reflect what it is
(going to be) used for.