CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2020/04/06 11:51:34
Modified files: usr.bin/tmux : key-bindings.c tmux.1 tmux.h window-copy.c window.c Log message: Change copy mode to make copy of the pane history so it does not need to freeze updates (which does not play nicely with some applications, a longstanding problem) and will allow some other changes later. From Anindya Mukherjee.