CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2016/03/05 00:44:31
Modified files: usr.bin/tmux : tmux.c Log message: Although we always have en_US.UTF-8 on OpenBSD, some platforms do not, so fall back to setlocale(LC_CTYPE, ""). tmux requires a UTF-8 locale, so check with wcwidth() on a UTF-8 character after setlocale().