CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2020/04/15 11:50:02
Modified files: usr.bin/tmux : screen.c tmux.h window-copy.c Log message: Instead of fixing with the cursor position when the copied screen is created, resize it and let the resize/reflow code fix it up and return it. Solves various problems with cursor position and resizing when in copy mode. With Anindya Mukherjee.