summaryrefslogtreecommitdiffstats
path: root/ds9/library/lex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-07-12 15:57:15 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-07-12 15:57:15 (GMT)
commite0b5aa9e0ecf6fc11d790887b49ee3d8c5d98da6 (patch)
tree71e007c2f822f372d4ac472028b2717f360fe92d /ds9/library/lex.fcl
parentea4fad5f47770802c2781ae21068aca179533ed9 (diff)
downloadblt-e0b5aa9e0ecf6fc11d790887b49ee3d8c5d98da6.zip
blt-e0b5aa9e0ecf6fc11d790887b49ee3d8c5d98da6.tar.gz
blt-e0b5aa9e0ecf6fc11d790887b49ee3d8c5d98da6.tar.bz2
update parser
Diffstat (limited to 'ds9/library/lex.fcl')
-rw-r--r--ds9/library/lex.fcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/ds9/library/lex.fcl b/ds9/library/lex.fcl
index abad5d0..8c56027 100644
--- a/ds9/library/lex.fcl
+++ b/ds9/library/lex.fcl
@@ -23,10 +23,12 @@ E [Ee][+-]?{D}+
-asinh {return $::ASINHCMD_}
-bg {return $::BGCMD_}
-background {return $::BGCMD_}
+-blue {return $::BLUECMD_}
-cd {return $::CDCMD_}
-console {return $::CONSOLECMD_}
-cursor {return $::CURSORCMD_}
-exit {return $::QUITCMD_}
+-green {return $::GREENCMD_}
-help {return $::HELPCMD_}
-histequ {return $::HISTEQUCMD_}
-iconify {return $::ICONIFYCMD_}
@@ -43,6 +45,7 @@ E [Ee][+-]?{D}+
-pow {return $::POWCMD_}
-quit {return $::QUITCMD_}
-raise {return $::RAISECMD_}
+-red {return $::REDCMD_}
-scale {return $::SCALECMD_}
-sinh {return $::SINHCMD_}
-sleep {return $::SLEEPCMD_}