[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [newbie] terminal handling facilities
- From: "Aaron Brown" <aaron-lua@...>
- Date: Wed, 28 Sep 2005 14:44:25 -0400
JR wrote:
> I plan to give my application the same kind of
> feeling as the mutt mail user agent (for those who
> know it).
>
> Are there terminal control facilitites in Lua that
> I could use or would I have to use ncurses from
> the C part of my program to get fine control over
> key mappings, split windows, color, etc.?
Since Lua is written in ANSI C, it cannot do what you want,
so you will have to use ncurses or another terminal IO
library. (Perhaps others here can point you towards Lua
bindings for such libraries.)
--
Aaron