CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/08/13 00:52:51
Modified files:
usr.bin/tmux : cmd-attach-session.c cmd-new-session.c
cmd-switch-client.c input.c server-client.c
server-fn.c session.c tmux.h tty-keys.c
window.c
Log message:
Change focus to be driven by events rather than walking all panes at end
of event loop, this way the ordering of in and out can be enforced.
GitHub issue 2808.
