line taller to account for new column header line.
* gdbtk.tcl (create_register_windows): Include missing '$'s.
Add global declarations for various reg_format_* variables.
+ * gdbtk.tcl (populate_register_window): Make initial window one
+ line taller to account for new column header line.
Fri Jun 21 09:46:47 1996 Fred Fish <fnf@cygnus.com>
set width [expr $max_regname_width + 15]
- set height [llength $regnames]
+ set height [expr [llength $regnames] + 1]
if {$height > 60} {set height 60}