Avoid new line after forcing backspace key to send BS.
This commit is contained in:
parent
4f244b1233
commit
4e0add0070
|
@ -45,7 +45,7 @@ then
|
||||||
# force backspace key to send BS:
|
# force backspace key to send BS:
|
||||||
# warning: This works with real xterm and rxvt
|
# warning: This works with real xterm and rxvt
|
||||||
# it doesn't work with konsole or gnome-terminal.
|
# it doesn't work with konsole or gnome-terminal.
|
||||||
echo '[?67h'
|
echo -n '[?67h'
|
||||||
stty erase
|
stty erase
|
||||||
else
|
else
|
||||||
prompt="%B%m:%~ %T %h%# %b"
|
prompt="%B%m:%~ %T %h%# %b"
|
||||||
|
|
Loading…
Reference in New Issue