CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 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.