Go to file
nicm 0d6de44a37 If setlocale("en_US.UTF-8") succeeds, then don't do the check for UTF-8
locale since if it isn't UTF-8 the system is broken anyway. If it fails,
try "" and check for UTF-8 with nl_langinfo(CODESET) rather than
wcwidth(). Based on a diff from schwarze@, nl_langinfo also suggested by
stsp@.
2016-03-05 16:08:38 +00:00
2016-03-01 12:05:15 +00:00
Description
tmux source code
103 MiB
Languages
C 78.1%
Shell 13.3%
Roff 6.3%
Yacc 1%
M4 0.7%
Other 0.5%