Finish configfile parsing with lexer, implement -l to use the lexer.

Every user is encouraged to use -l to switch to the new lexer and
see if there are any problems.
This commit is contained in:
Michael Stapelberg
2009-09-19 19:05:15 +02:00
parent 207ad0a7df
commit ca472559b9
5 changed files with 60 additions and 12 deletions

View File

@ -20,6 +20,7 @@
typedef struct Config Config;
extern Config config;
extern bool config_use_lexer;
/**
* Part of the struct Config. It makes sense to group colors for background,