CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2014/02/10 04:20:41
Modified files: usr.bin/tmux : tty-keys.c xterm-keys.c Log message: The last fix to xterm keys meant that some keys such as \033OA were being wrongly treated as partial matches. So both check xterm keys after standard keys and only wildcard the minimum required ('1' to '8'). Problems reported by Ralf Horstmann and Tim van der Molen.