CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2013/11/08 05:39:20
Modified files: usr.bin/tmux : window-copy.c Log message: Correctly redraw the top two lines in copy mode when they are selected - the selection was being updated before the redraw so the markings were lost. Based on a fix from J Raynor.