lua-users home
lua-l archive

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


On Thu, Feb 17, 2011 at 2:14 PM, Gilles Ganault <gilles.ganault@free.fr> wrote:
> Backspace works fine, but I can't use other keys (eg. Home/End,
> arrows) or traditional shortcuts like CTRL+a as an alternative to
> Home.

Sounds like you need readline support - which gets provided
automatically by the LUA_USE_LINUX - have a look in lconfig.h

steve d.