Scrolling in screen - keyboard hides text
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Scrolling in screen - keyboard hides text
- From: Manuel Barranco <mjbarranco@...>
- Date: 2014年10月26日 10:24:18 +0100
Running this code
for 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.