aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlang.csh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang.csh b/lang.csh
index 041a6069..4774fa1e 100755
--- a/lang.csh
+++ b/lang.csh
@@ -35,7 +35,7 @@ if ($sourced == 1) then
if ( $?TERM ) then
if ( "$TERM" == "linux" ) then
if ( `/sbin/consoletype` == "vt" ) then
- /bin/echo -n -e '\033(K' >/proc/$$/fd/15
+ /bin/echo -n -e '\033(K' >/dev/tty
endif
endif
endif