CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/03 08:51:31
Modified files:
usr.bin/tmux : server-client.c tmux.h tty-keys.c
Log message:
Instead of processing keys all together, put them up on the client
command queue so they are ordered correctly with the commands that they
execute.
