CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2016/03/02 08:36:03
Modified files: usr.bin/tmux : input.c key-string.c tmux.h tty-keys.c utf8.c Log message: Handle wcwidth() and mbtowc() failures in better style and drop characters where we can't find the width (wcwidth() fails) on input, the same as we drop invalid UTF-8. Suggested by schwarze@.