Avoid new line after forcing backspace key to send BS.

This commit is contained in:
hjp 2005-02-22 11:25:06 +00:00
parent 4f244b1233
commit 4e0add0070
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ then
# force backspace key to send BS:
# warning: This works with real xterm and rxvt
# it doesn't work with konsole or gnome-terminal.
echo '[?67h'
echo -n '[?67h'
stty erase 
else
prompt="%B%m:%~ %T %h%# %b"