Work on presentation formats. These are used in the main window as well
[ir-tcl-moved-to-github.git] / formats / raw.tcl
index ec0e710..29534db 100644 (file)
@@ -1,6 +1,21 @@
+# IR toolkit for tcl/tk
+# (c) Index Data 1995
+# See the file LICENSE for details.
+# Sebastian Hammer, Adam Dickmeiss
+#
+# $Log: raw.tcl,v $
+# Revision 1.2  1995-06-12 15:18:10  adam
+# Work on presentation formats. These are used in the main window as well
+# as popup windows.
+#
+#
 
-proc display-raw {sno no w} {
-    $w delete 0.0 end
+proc display-raw {sno no w hflag} {
+    if {$hflag} {
+        insertWithTags $w "\n$no\n" {}
+    } else {
+        $w delete 0.0 end
+    }
     set r [z39.$sno getMarc $no list * * *]
     foreach line $r {
         set tag [lindex $line 0]