CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/11/05 12:29:41
Modified files: usr.bin/tmux : tmux.h tty-keys.c Log message: Switch the tty key tree over to an (unbalanced) ternary tree which allows partial matches to be done (they wait for further data or a timer to expire, like a naked escape). Mouse and xterm-style keys still expect to be atomic.