Eiyeron / LV-100

A Love2D library to make terminal-like stuff
MIT License
25 stars 1 forks source link

Can't get text input. #6

Open fl215 opened 3 years ago

fl215 commented 3 years ago

I cannot get text input using io.read(). I have tried to adding my own io.read() within the terminal program and can't figure out much. The error is at like 62 and it says "bad argument #1 to 'floor' (number expected, got nil)".

Eiyeron commented 3 years ago

Hello.

This library is a bit old and would probably require a bit of love to support newer versions of Love2D (so here be dragons) and wasn't designed with utilities like readline in mind. That could be a good feature addition but I have no plans in programming it in.

Have a nice day.