More accurate vi(1) word navigation in copy mode and on the status line.
authornicm <nicm@openbsd.org>
Thu, 10 Jun 2021 07:56:47 +0000 (07:56 +0000)
committernicm <nicm@openbsd.org>
Thu, 10 Jun 2021 07:56:47 +0000 (07:56 +0000)
commit8f36458ce8373ec142991fe4bd84d9b8e3bc766b
treec3fd846f744f7b708e2dbecf44cbc1c13454c240
parentf7302605917e4df3116e854017023298620dc295
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.
usr.bin/tmux/grid-reader.c
usr.bin/tmux/options-table.c
usr.bin/tmux/status.c
usr.bin/tmux/tmux.1
usr.bin/tmux/tmux.h
usr.bin/tmux/utf8.c
usr.bin/tmux/window-copy.c