Hi,
can we control (sending escape sequences) the output of a console app?
e.g. in python in can do something like this to get the cursor 5 lines up:
or how to do a proper console app with some kind of "GUI"?
every suggestion is welcome
can we control (sending escape sequences) the output of a console app?
e.g. in python in can do something like this to get the cursor 5 lines up:
B4X:
print "\33[{:d}A".format(5 + 1)
or how to do a proper console app with some kind of "GUI"?
every suggestion is welcome