MrSnowdenJr / mobileterminal

Automatically exported from code.google.com/p/mobileterminal
0 stars 0 forks source link

cant backspace while entering input for "read" #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In a script, or in terminal, enter "read -p "blah" blah"
2. When trying to type input, you can't backspace. 
3.

What is the expected output? What do you see instead?
You can't backspace. You see a ^H instead

What version of the product are you using? On what operating system?
Newest cydia release, 4.0

Please provide any additional information below.

Original issue reported on code.google.com by happyb...@gmail.com on 15 Sep 2010 at 10:41

GoogleCodeExporter commented 9 years ago
Also happens at ncftp

Original comment by dave.sto...@gmail.com on 15 Sep 2010 at 12:32

GoogleCodeExporter commented 9 years ago
If I remember right, it's done this forever. Even on 3.x

Original comment by ryanbobp...@gmail.com on 16 Sep 2010 at 9:36

GoogleCodeExporter commented 9 years ago
Doesn't mean it shouldn't be fixed.

Original comment by happyb...@gmail.com on 17 Sep 2010 at 5:21

GoogleCodeExporter commented 9 years ago
You can usually work around this by running: stty erase ^V^H

I believe the default value of stty erase is "^?" which you can see by issuing 
"stty -a".  Perhaps we should change the defualt backspace key to send ^? 
instead of ^H? Thoughts?

Original comment by allen.po...@gmail.com on 18 Sep 2010 at 11:49

GoogleCodeExporter commented 9 years ago

Original comment by allen.po...@gmail.com on 15 Jan 2011 at 11:21

GoogleCodeExporter commented 9 years ago
I#d rather see this as critical because it truely affects the way we're working

Original comment by dave.sto...@gmail.com on 15 Jan 2011 at 11:52

GoogleCodeExporter commented 9 years ago

Original comment by allen.po...@gmail.com on 16 Jan 2011 at 12:12

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r506.

Original comment by allen.po...@gmail.com on 18 Jan 2011 at 4:10