diff options
Diffstat (limited to 'lang.csh')
-rwxr-xr-x | lang.csh | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -75,11 +75,13 @@ if ($sourced == 1) then if ( "$TERM" == "linux" ) then if ( `/sbin/consoletype` == "vt" ) then if ( -x /bin/unicode_start ) then - if ( $?SYSFONT ) then - if ( $?SYSFONTACM ) then - unicode_start $SYSFONT $SYSFONTACM - else - unicode_start $SYSFONT + if { /sbin/consoletype fg } then + if ( $?SYSFONT ) then + if ( $?SYSFONTACM ) then + unicode_start $SYSFONT $SYSFONTACM + else + unicode_start $SYSFONT + endif endif endif endif |