CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/31 05:38:35
Modified files:
usr.bin/tmux : key-string.c server-client.c tmux.1 tmux.h
Log message:
Add a "second click" key type which is fired for the second click of a
double click, even if the timer hasn't expired to confirm it isn't
actually a triple click. Provides a way for people who don't care about
triple clicks or can make their commands have no side effects to avoid
the double click timer delay.
