Bump version to 1.4.3
[ir-tcl-moved-to-github.git] / display.tcl
index 69b1445..67db1a1 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: display.tcl,v 1.2 1995-08-28 12:21:21 adam Exp $
+# $Id: display.tcl,v 1.4 1998-05-20 12:27:42 adam Exp $
 #
 # Record display
 proc display {zset no} {
@@ -19,7 +19,17 @@ proc display {zset no} {
     if {$rtype == "SUTRS"} {
         puts [join [$zset getSutrs $no]]
         return
-    } 
+    }
+    if {$rtype == "GRS-1"} {
+        set r [$zset getGrs $no]
+        puts $r
+        return
+    }
+    if {$rtype == "Explain"} {
+        set r [$zset getExplain $no]
+        puts $r
+        return
+    }
     if {[catch {set r [$zset getMarc $no line * * *]}]} {
         puts "Unknown record type: $rtype"
         return