CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2021/06/10 01:56:47
Modified files: usr.bin/tmux : grid-reader.c options-table.c status.c tmux.1 tmux.h utf8.c window-copy.c Log message: More accurate vi(1) word navigation in copy mode and on the status line. This changes the meaning of the word-separators option - setting it to the empty string is equivalent to the previous behavior. From Will Noble in GitHub issue 2693.