implemented early keyboard grab for dmenu with a timeout for stdin data writers to prevent endless grabbings of the keyboard

This commit is contained in:
Anselm R. Garbe
2006-09-08 07:33:20 +02:00
parent 0fa5a339ff
commit 32f7fe4835
3 changed files with 21 additions and 4 deletions

View File

@ -8,3 +8,4 @@
#define SELFGCOLOR "#eeeeee"
#define NORMBGCOLOR "#333366"
#define NORMFGCOLOR "#cccccc"
#define STDIN_TIMEOUT 3 /* seconds */