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


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Amforth-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to