# SUCH DAMAGE.
#
-# $Id: eventsched.tcl,v 1.8 2008/09/24 13:02:54 marko Exp $
+# $Id: eventsched.tcl,v 1.9 2008/10/27 12:55:24 miljenko Exp $
proc evsched {} {
set changed 0
set need_sort 1
+ .bottom.cpu_load config -text "$curtime"
+ if {[llength $eventqueue] == 0} {
+ .bottom.cpu_load config -text ""
+ return
+ }
+
foreach event $eventqueue {
set deadline [lindex $event 0]
if { $deadline > $curtime } {
# and Technology through the research contract #IP-2003-143.
#
-# $Id: initgui.tcl,v 1.50 2008/10/23 12:04:20 marko Exp $
+# $Id: initgui.tcl,v 1.51 2008/10/27 12:55:24 miljenko Exp $
#****h* imunes/initgui.tcl
label .bottom.zoom -relief sunken -bd 1 -anchor w -width 10
bind .bottom.zoom <Double-1> "setZoom %X %Y"
bind .bottom.zoom <3> "selectZoom %X %Y"
-label .bottom.cpu_load -relief sunken -bd 1 -anchor w -width 9
+label .bottom.cpu_load -relief sunken -bd 1 -anchor e -width 9
label .bottom.mbuf -relief sunken -bd 1 -anchor w -width 15
label .bottom.oper_mode -relief sunken -bd 1 -anchor w -width 9
pack .bottom.oper_mode .bottom.mbuf .bottom.cpu_load \