I am using MINT (and XaAES).
Output (using PRINT) is working fine. I can compile a .APP program, and run it using TOSWIN2 to see the output.
However, as soon as I use INPUT, things go a bit funny.
e.g. this program
Code: Select all
LINE INPUT "What is your name? ",a$
PRINT "hello ",a$
When I run this in TOSWIN2, as I start to type, the cursor moves up a line on screen with each character I type in.
Is there a way to get input to work correctly under Mint (with or without TOSWIN2)? I would like to experiment with some simple text I/O programs using GFA BASIC.
I spent some time searching, but didn't find any solution. (There's a mention of a Bconin() problem in http://gfa.atari-users.net/stg/gfabasic.htm when using INP: is that the problem here?)