'everything' less artificial match lag

SVN revision: 47234
This commit is contained in:
Hannes Janetzek 2010-03-15 13:10:43 +00:00
parent 6ba364c301
commit a1e8825e2b
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
* - keybinding configuration
* - shortcuts for plugins
*/
#define INPUTLEN 40
#define MATCH_LAG 0.33
#define INPUTLEN 256
#define MATCH_LAG 0.1
typedef struct _Evry_Window Evry_Window;
typedef struct _Evry_List_Window Evry_List_Window;