Commit Briefs

Omar Polo

improved error messages

yyerror now is a printf-like variadic function. This helps to generate custom error message like "invalid keysym %s" or "invalid key %s" during parsing.


Omar Polo

add ``match *'' to match everything

Rationale: sometimes it can be useful to globally bind a key. For instance, some users may like to bind on "C-<Up>" do "<Page_Up>" for every application.


Omar Polo

initial commit