summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-02-24 21:13:08 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-02-24 21:13:08 (GMT)
commit04825a5d1c237f03aff789e01a3423734bb89488 (patch)
tree7dd6d990dd696332a5da1671994730b1c548bccf
parent7138d3798da101fa88a8022aa1f03a2dabe563a0 (diff)
downloadblt-04825a5d1c237f03aff789e01a3423734bb89488.zip
blt-04825a5d1c237f03aff789e01a3423734bb89488.tar.gz
blt-04825a5d1c237f03aff789e01a3423734bb89488.tar.bz2
add support for namespaces
-rw-r--r--ds9/library/command.tcl6
1 files changed, 3 insertions, 3 deletions
diff --git a/ds9/library/command.tcl b/ds9/library/command.tcl
index 63395d0..76f72ed 100644
--- a/ds9/library/command.tcl
+++ b/ds9/library/command.tcl
@@ -452,10 +452,10 @@ proc ProcessCommand {argv argc} {
-zmax {set scale(mode) zmax; ChangeScaleMode}
-zoom {
incr i;
- puts "***b: $i [lrange $argv $i end]***"
-# ProcessZoomCmd argv i
+# puts "***b: $i [lrange $argv $i end]***"
+ ProcessZoomCmd argv i
- if {1} {
+ if {0} {
puts "start: $i out of $argc"
yy::YY_FLUSH_BUFFER
yy::yy_scan_string [lrange $argv $i end]