]> git.pld-linux.org Git - packages/bash.git/commitdiff
- backspace broken under screen too (reported by glen)
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 27 Jun 2005 10:01:48 +0000 (10:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bashrc -> 1.23

bashrc

diff --git a/bashrc b/bashrc
index 9224174b3aa29d259d83613f9f9e698efdf58382..35b7ae06913a855818df1c404991266ee8314c8f 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -25,5 +25,5 @@ if [ "$(echo /etc/shrc.d/*.sh)" != "/etc/shrc.d/*.sh" ]; then
        unset i
 fi
 
-[ -n "$TERM" -a "$TERM" != "rxvt" ] && tty >/dev/null 2>&1 && \
+[ -n "$TERM" -a "$TERM" != "rxvt" -a "$TERM" != "screen" ] && tty >/dev/null 2>&1 && \
        tput kbs >/dev/null 2>&1 && stty erase `tput kbs`
This page took 0.075742 seconds and 4 git commands to generate.