lua-users home
lua-l archive

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


On 26 October 2014 20:24, Manuel Barranco <mjbarranco@gmail.com> wrote:
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. 

sys.input isn't a standard Lua function, which environment/program are you using Lua in?