Do not factor in screen_hsize() for the visible copy mode screen when
authornicm <nicm@openbsd.org>
Mon, 29 May 2017 07:58:33 +0000 (07:58 +0000)
committernicm <nicm@openbsd.org>
Mon, 29 May 2017 07:58:33 +0000 (07:58 +0000)
commit04b3cdba6a8817604ae92511e97a01f84556d544
tree5a5239110d5e07d8902bd7806ed10570dc279b64
parent3952d506e9413000462391f77105fa1997c0c29c
Do not factor in screen_hsize() for the visible copy mode screen when
adjusting the selection, it should never have any useful history (and
when it does, after resize, we shouldn't use it). From Michal Mazurek.
usr.bin/tmux/window-copy.c