CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2014/08/11 16:18:16
Modified files: usr.bin/tmux : screen.c tmux.h window-copy.c Log message: Fix two copy mode problems: 1. In vi mode the selection doesn't include the last character if you moved the cursor up or left. 2. In emacs mode the selection includes the last character if you moved the cursor to the left. >From Balazs Kezes.