CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/03 02:20:29
Modified files:
usr.bin/tmux : tmux.h tty-keys.c window-choose.c window-copy.c
Log message:
Work out mouse scroll wheel effect when the mouse is first detected and
store it in struct mouse_event, reduce the scroll size the 3 but allow
shift to reduce it to 1 and meta and ctrl to multiply by 3 if the
terminal supports them, also support wheel in choose mode. From Marcel
Partap.
