CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/04 15:40:27
Modified files:
usr.bin/tmux : window-copy.c
Log message:
Search marks outside the visible text are not useful, so there is no
point in allocating a big buffer to store them - just allocate the
visible text size, and ignore any outside.
