Bump version to 1.4.3
[ir-tcl-moved-to-github.git] / display.tcl
index ae3148f..67db1a1 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: display.tcl,v 1.3 1997-04-13 19:00:42 adam Exp $
+# $Id: display.tcl,v 1.4 1998-05-20 12:27:42 adam Exp $
 #
 # Record display
 proc display {zset no} {
@@ -25,6 +25,11 @@ proc display {zset 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