CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/05/16 09:11:52
Modified files:
usr.bin/tmux : options-table.c screen-write.c tmux.1 tmux.h
window-copy.c
Log message:
Copy mode search improvements:
- Add styles for the search marking styles (copy-mode-match-style and
copy-mode-current-match-style).
- Show the current match (the one with the cursor on it) in a different style.
- Copying without a selection will copy the current match if there is one.
