From: Tomasz Pala Date: Mon, 6 Sep 2004 22:23:56 +0000 (+0000) Subject: - fixed remote xterminal backspace issue X-Git-Tag: auto/th/bash-3_0-3~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbash.git;a=commitdiff_plain;h=aafe766f4132a6e5cc41d9509cdf37fd556ee68b - fixed remote xterminal backspace issue Changed files: bashrc -> 1.11 --- diff --git a/bashrc b/bashrc index e3a01e6..2f38ea3 100644 --- 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`