Fix a couple of edge cases with the jump-back-xxx commands, and also
authornicm <nicm@openbsd.org>
Mon, 5 Apr 2021 08:43:48 +0000 (08:43 +0000)
committernicm <nicm@openbsd.org>
Mon, 5 Apr 2021 08:43:48 +0000 (08:43 +0000)
commit2870e7b8161a37a1a11b108ca47caf9ddb1b8f77
treedac76ef1c151aca1b8e281dd45b4f3d5151bc12c
parent4c6be9d15f8425bbf51a3963b6cbc8234310514a
Fix a couple of edge cases with the jump-back-xxx commands, and also
update back-to-indentation to use grid_reader, thereby fixing line
wrapping issues. From Anindya Mukherjee, GitHub issue 2633.
usr.bin/tmux/grid-reader.c
usr.bin/tmux/tmux.h
usr.bin/tmux/window-copy.c