Currently, when you press TAB, you get a yellow block print.
For the moment, I sort it with :
IF tab ; lastkey=15; a$=" "; ENDIF
aw, bad. The boxprint should be able to handle TAB characters.
Really a TAB should output 4 spaces, but that might require a bit of extra work in the printing routine.
Exactly.
Quote from: Ocean on 2010-Jun-22
or it should be interpreted so that the active cursor jumps to the next field...
Absolutely.