diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-11-07 17:39:23 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-11-07 17:39:23 -0500 |
commit | 4ddd6b7f2ec82155b7535062b4af67618ce70e30 (patch) | |
tree | d5a552473831b3b92030d0e33a1bafe7169737b8 /dimension/common.terminals | |
parent | d3250a168254ebc6aa0087dfcfee5d7dfead9703 (diff) | |
download | dimension-4ddd6b7f2ec82155b7535062b4af67618ce70e30.tar.xz |
Support checkered pigments in dimension.
Diffstat (limited to 'dimension/common.terminals')
-rw-r--r-- | dimension/common.terminals | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dimension/common.terminals b/dimension/common.terminals index 256474f..84f05eb 100644 --- a/dimension/common.terminals +++ b/dimension/common.terminals @@ -121,7 +121,7 @@ %token DMNSN_T_CEIL "ceil" %token DMNSN_T_CELLS %token DMNSN_T_CHARSET -%token DMNSN_T_CHECKER +%token DMNSN_T_CHECKER "checker" %token DMNSN_T_CHR %token DMNSN_T_CIRCULAR %token DMNSN_T_CLIPPED_BY |