CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2021/03/09 01:24:09
Modified files: usr.bin/tmux : grid-reader.c window-copy.c Log message: Copy mode improvements from Anindya Mukherjee: - Fix word and word-end for wrapped lines. - Fix copying of selection end on wrapped lines. - Fix wrapped word selection edge case. - Update select-line to respect wrapped lines. - Update window_copy_..._pos() functions to use grid_reader. GitHub issue 2605.