* p.boekholt@xxxxxxxxx <p.boekholtathetnet.nl> [2005-03-18 05:44] : > In slang 2 there's no SLang_doerror. Here's the patch: Thanks for this patch. I changed / created some constants SLKBI_KEY_*. Previously, I just copied those defined in slang.h but some of them clash with my system. In slang.h : SL_KEY_ENTER = 273 SL_KEY_BACKSPACE = 272 I don't know where these values come from. I defined new ones : SL_KEY_ENTER = 273 SL_KEY_BACKSPACE = 272 SLKBI_KEY_TAB = 9 SLKBI_KEY_SPACE = 32 Is it ok for everyone or did I make a mistake ? Laurent.
Attachment:
slkbi-module.tgz
Description: application/tar-gz
_______________________________________________ To unsubscribe, visit http://jedsoft.org/slang/mailinglists.html