diff options
Diffstat (limited to 'lang.csh')
-rwxr-xr-x | lang.csh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ if ($status == 0) then if ($?SYSFONTACM) then switch ($SYSFONTACM) - case iso01*|iso02*|iso15*|koi*: + case iso01*|iso02*|iso15*|koi*|latin2-ucw*: if ( "$TERM" == "linux" ) then if ( ls -l /proc/$$/fd/0 2>/dev/null | grep -- '-> /dev/tty[0-9]*$' >/dev/null 2>&1) then echo -n -e '\033(K' > /proc/$$/fd/0 |