SOURCES: bashrc - removed stty erase setting to `tput kbs` as it c...
baggins
baggins at pld-linux.org
Thu Jun 30 00:42:11 CEST 2005
Author: baggins Date: Wed Jun 29 22:42:11 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- removed stty erase setting to `tput kbs` as it causes nothing but problems
---- Files affected:
SOURCES:
bashrc (1.23 -> 1.24)
---- Diffs:
================================================================
Index: SOURCES/bashrc
diff -u SOURCES/bashrc:1.23 SOURCES/bashrc:1.24
--- SOURCES/bashrc:1.23 Mon Jun 27 12:01:48 2005
+++ SOURCES/bashrc Thu Jun 30 00:42:05 2005
@@ -24,6 +24,3 @@
done
unset i
fi
-
-[ -n "$TERM" -a "$TERM" != "rxvt" -a "$TERM" != "screen" ] && tty >/dev/null 2>&1 && \
- tput kbs >/dev/null 2>&1 && stty erase `tput kbs`
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/bashrc?r1=1.23&r2=1.24&f=u
More information about the pld-cvs-commit
mailing list