CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/22 02:22:14
Modified files:
usr.bin/tmux : Makefile tmux.h window-copy.c
Added files:
usr.bin/tmux : grid-reader.c
Log message:
Break cursor movement in grid into a common set of functions that can
handle line wrapping and so on in one place and use them for the obvious
copy mode commands. From Anindya Mukherjee.
