|
From: <cdw...@li...> - 2010-07-10 19:48:32
|
Dnia 9-07-2010 o godz. 21:28 cdw...@li... napisał(a): > 2) ESC key delay > * it's probably a terminal setting Or ncurses setting. There is a nodelay() function (and some related functions) that somehow controls keys behavior. It should be possible to avoid the delay, I just don't know yet how :) Kind regards, Kamil |