CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2016/10/11 03:30:37
Modified files: usr.bin/tmux : key-bindings.c key-string.c server-client.c tmux.1 tmux.h window-copy.c Log message: Support double and triple clicks (they are cumulative, so double is fired then triple), and use for select-word and select-line in copy mode. Inspired by a different solution from Omar Sandoval.