diff options
-rwxr-xr-x | lang.csh | 2 | ||||
-rwxr-xr-x | lang.sh | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -68,7 +68,7 @@ if ($sourced == 1) then if ( $?TERM ) then if ( "$TERM" == "linux" ) then if ( `/sbin/consoletype` == "vt" ) then - unicode_start + unicode_start $SYSFONT $SYSFONTACM endif endif endif @@ -66,7 +66,7 @@ if [ "$sourced" = 1 ]; then case $LANG in *.utf8*|*.UTF-8*) if [ "$TERM" = "linux" -a "`/sbin/consoletype`" = "vt" ]; then - unicode_start + unicode_start $SYSFONT $SYSFONTACM fi ;; esac |