Dnia piątek, 5 maja 2006 14:35, Eric Arnold napisał: > I think [email protected] is probably a place to start... > > I've been hacking the statusline for a long time to do various things > a keystroke at a time. I've finally got a compiling env, so I decided > to take a stab a creating a key-event.
Very, very, very good thing. It makes possible high-level of automation for some things - eg. map Space and pry it will not interfere with some scripts. Personally I'd like to see separation for Insert and Normal mode (GetChar, GetCharI?). Also for practical purposes it would be probably better to return actual letter. warning in gcc 4.0.1 eval.c: In function 'set_getchar_event_vvars': eval.c:21116: warning: pointer targets in assignment differ in signedness eval.c:21118: warning: pointer targets in assignment differ in signedness eval.c:21120: warning: pointer targets in assignment differ in signedness m.
