CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/10/11 01:01:10
Modified files: usr.bin/tmux : input-keys.c server.c tmux.h tty-keys.c window-choose.c window-copy.c window.c Log message: Clean up by introducing a wrapper struct for mouse clicks rather than passing three u_chars around. As a side-effect this fixes incorrectly rejecting high cursor positions (because it was comparing them as signed char), reported by Tom Doherty.