lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.