CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/06/05 01:22:23
Modified files: usr.bin/tmux : tmux.c Log message: Check the first of LC_CTYPE, LC_ALL and LANG, rather than just the last, when trying to decide about UTF-8, and use strcasestr. Reported by Geert Hendrickx.