globelblade / mobileterminal

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

Backspace deletes to far at prompt #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The backspace key deletes one character too many from the command prompt. 
(Deletes the space 
after #)

Original issue reported on code.google.com by DylanR...@gmail.com on 2 Aug 2007 at 1:53

GoogleCodeExporter commented 9 years ago
See the TODOs added in the code.  Its actually sending deletes forever, but 
when it
reaches the beginning of the problem, it starts deleting over the ^G (bell) 
that it
played that is inserted back into the UITextView.

Compare with backspacing over an ssh Password: prompt which doesn't cause a ^G 
bell.

Original comment by allen.po...@gmail.com on 9 Aug 2007 at 7:22

GoogleCodeExporter commented 9 years ago
Should be fixed when vt100 is supported in the main branch.

Original comment by allen.po...@gmail.com on 21 Sep 2007 at 1:00

GoogleCodeExporter commented 9 years ago
I am closing this bug, as vt100 is now stable enough and has been integrated 
into the
"trunk" and should be contained in the next binary release.

Original comment by allen.po...@gmail.com on 1 Oct 2007 at 8:26