summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/masksendparser.tac
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-10-23 21:24:50 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-10-23 21:24:50 (GMT)
commit70fa1e5c66e30bb297476febd2c4abd4eaa1f7ea (patch)
tree35e1a99060e1eb67edf8ba583efc772e035ec3ee /ds9/parsers/masksendparser.tac
parente16bc82bbc836c23638abafd2a88b756343c29ae (diff)
downloadblt-70fa1e5c66e30bb297476febd2c4abd4eaa1f7ea.zip
blt-70fa1e5c66e30bb297476febd2c4abd4eaa1f7ea.tar.gz
blt-70fa1e5c66e30bb297476febd2c4abd4eaa1f7ea.tar.bz2
new mask
Diffstat (limited to 'ds9/parsers/masksendparser.tac')
-rw-r--r--ds9/parsers/masksendparser.tac2
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/parsers/masksendparser.tac b/ds9/parsers/masksendparser.tac
index bfb4f8a..9fdb15d 100644
--- a/ds9/parsers/masksendparser.tac
+++ b/ds9/parsers/masksendparser.tac
@@ -6,12 +6,14 @@
%token COLOR_
%token MARK_
+%token SYSTEM_
%token TRANSPARENCY_
%%
masksend : COLOR_ {ProcessSendCmdGet mask color}
| MARK_ {ProcessSendCmdGet mask mark}
+ | SYSTEM_ {ProcessSendCmdGet mask system}
| TRANSPARENCY_ {ProcessSendCmdGet mask transparency}
;