summaryrefslogtreecommitdiffstats
path: root/ds9/library/lex.fcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-07-12 15:35:11 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-07-12 15:35:11 (GMT)
commitea4fad5f47770802c2781ae21068aca179533ed9 (patch)
tree5cdab9220bcc496ac290869a9f72fb3c162014b4 /ds9/library/lex.fcl
parent805e9585c25c2bffbf1249f2706f31441c1ed569 (diff)
downloadblt-ea4fad5f47770802c2781ae21068aca179533ed9.zip
blt-ea4fad5f47770802c2781ae21068aca179533ed9.tar.gz
blt-ea4fad5f47770802c2781ae21068aca179533ed9.tar.bz2
update parser
Diffstat (limited to 'ds9/library/lex.fcl')
-rw-r--r--ds9/library/lex.fcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/ds9/library/lex.fcl b/ds9/library/lex.fcl
index 7586ac8..abad5d0 100644
--- a/ds9/library/lex.fcl
+++ b/ds9/library/lex.fcl
@@ -23,6 +23,8 @@ E [Ee][+-]?{D}+
-asinh {return $::ASINHCMD_}
-bg {return $::BGCMD_}
-background {return $::BGCMD_}
+-cd {return $::CDCMD_}
+-console {return $::CONSOLECMD_}
-cursor {return $::CURSORCMD_}
-exit {return $::QUITCMD_}
-help {return $::HELPCMD_}