Hi,
I'm using Putty on Window10. The FF crc is (ab0bcdcfce8c26dac019b9d2187e177b82688d63). I'm able to correct typoes at the terminal using a backspace but FF doesn't recognize the newly corrected words. How do I fix this?
e.g. The second 'warm' word was corrected from warr using backspace
ok<$,ram>
warm
S FlashForth 5 PIC18F4520 26.11.2020
warm warm ?
~~~
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Maybe this would be better? In your putty client go to:
putty configuration -> Terminal -> Keyboard -> change sequences sent by -> the backspace key
There, change from control-?(127) to control-H(8).
Save configuration and reconnect.
There is a bug in handling DEL (127) in the PIC18 ACCEPT code.
Last edit: Mikael Nordman 2021-09-01
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm using Putty on Window10. The FF crc is (ab0bcdcfce8c26dac019b9d2187e177b82688d63). I'm able to correct typoes at the terminal using a backspace but FF doesn't recognize the newly corrected words. How do I fix this?
e.g. The second 'warm' word was corrected from warr using backspace
~~~
Maybe this would be better? In your putty client go to:
putty configuration -> Terminal -> Keyboard -> change sequences sent by -> the backspace key
There, change from control-?(127) to control-H(8).
Save configuration and reconnect.
There is a bug in handling DEL (127) in the PIC18 ACCEPT code.
Last edit: Mikael Nordman 2021-09-01
Thanks! that fixed it
The bug has been fixed.