From: pito <pi...@vo...> - 2010-10-26 18:55:49
|
Hi, for terminals which do backspace automaticaly (so the SPACE below moves the cursor to left thus the cursor does not move back on the screen) this helps: ... PFA_ACCEPT5: .dw XT_DUP ; ( -- addr k k ) .dw XT_EMIT ; ( -- addr k ) ;.dw XT_SPACE ; ( -- addr k ) <<<<< 20101026 Pito .dw XT_EMIT ; ( -- addr ) .... Previuos: T 08 R 08 20 08 Now: T 08 R 08 08 Not sure why to send 08 twice, but the terminal swallows it, somehow.. Pito |