[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Scrolling in screen - keyboard hides text
- From: Manuel Barranco <mjbarranco@...>
- Date: Sun, 26 Oct 2014 10:24:18 +0100
Running this codefor i=1,20 do
print('Hello World!')
a=sys.input()
end
the keyboard hides text and you cannot see what you are writing, unless you do the scrolling manually.
Can someone give me some advice?
Thanks.