]> git.pld-linux.org Git - packages/bash.git/commitdiff
- fixed remote xterminal backspace issue
authorTomasz Pala <gotar@pld-linux.org>
Mon, 6 Sep 2004 22:23:56 +0000 (22:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bashrc -> 1.11

bashrc

diff --git a/bashrc b/bashrc
index e3a01e68eb0235f6d9c63402f4b70650f136977d..2f38ea361f79fc82bc9255fe1179e4a07e24114f 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -15,3 +15,5 @@ for i in `find /etc/shrc.d -name '*.sh'` ; do
        . $i
 done
 unset i
+
+stty erase `tput kbs`
This page took 0.046896 seconds and 4 git commands to generate.