diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-08-08 03:10:54 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-08-08 03:10:54 +0000 |
| commit | 97e86c912ee33e9e75e68f9c193d78879f91d542 (patch) | |
| tree | 7238344d0c7ed0f52300e36b21f5c543129aeee9 /util/epist/epist.l | |
| parent | 90ee16fc8664f38683edf3b2eb4dd376a572f4ce (diff) | |
A few bug fixes and change the config to case insensitive and be more
tolerant of errors.
Diffstat (limited to 'util/epist/epist.l')
| -rw-r--r-- | util/epist/epist.l | 42 |
1 files changed, 3 insertions, 39 deletions
diff --git a/util/epist/epist.l b/util/epist/epist.l index 5a96e39d..146d4b0e 100644 --- a/util/epist/epist.l +++ b/util/epist/epist.l @@ -2,6 +2,9 @@ #include <stdio.h> #include <string.h> #include "yacc_parser.hh" + +extern YYSTYPE yylval; + %} %% @@ -10,45 +13,6 @@ \} return EBRACE; ; return SEMICOLON; - return DASH; -noaction | -execute | -iconify | -raise | -lower | -close | -toggleshade | -toggleomnipresent | -moveWindowUp | -moveWindowDown | -moveWindowLeft | -moveWindowRight | -resizeWindowWidth | -resizeWindowHeight | -toggleMaximizeFull | -toggleMaximizeVertical | -toggleMaximizeHorizontal | -sendToWorkspace | -nextWindow | -prevWindow | -nextWindowOnAllWorkspaces | -prevWindowOnAllWorkspaces | -nextWindowOnAllScreens | -prevWindowOnAllScreens | -nextWindowOfClass | -prevWindowOfClass | -nextWindowOfClassOnAllWorkspaces | -prevWindowOfClassOnAllWorkspaces | -changeWorkspace | -nextWorkspace | -prevWorkspace | -nextScreen | -prevScreen | -showRootMenu | -showWorkspaceMenu | -stringChain | -keyChain | -numberChain | -cancel yylval = (int) strdup(yytext); return ACTION; Mod1 | Mod2 | Mod3 | |
