aboutsummaryrefslogtreecommitdiffstats
path: root/lang.csh
diff options
context:
space:
mode:
Diffstat (limited to 'lang.csh')
-rwxr-xr-xlang.csh6
1 files changed, 0 insertions, 6 deletions
diff --git a/lang.csh b/lang.csh
index 334a6294..4c815d30 100755
--- a/lang.csh
+++ b/lang.csh
@@ -68,9 +68,6 @@ if ($sourced == 1) then
switch ($LANG)
case *.utf8*:
case *.UTF-8*:
- if ( "$consoletype" == "vt" || "$consoletype" == "pty" ) then
- stty iutf8
- endif
if ( $?TERM ) then
if ( "$TERM" == "linux" ) then
if ( "$consoletype" == "vt" ) then
@@ -90,9 +87,6 @@ if ($sourced == 1) then
endif
breaksw
case *:
- if ( "$consoletype" == "vt" || "$consoletype" == "pty" ) then
- stty -iutf8
- endif
if ( $?TERM ) then
if ( "$TERM" == "linux" ) then
if ( "$consoletype" == "vt" ) then