The
Just above the bottom is another, larger, entry-box. This is Scid vs PC's Console which enables input of Tcl/Tk commands for debugging and advanced use. For example, type
sc_filter reset ; set count [sc_filter count] ; for {set i 1} {$i < $count} {incr i} {if {[sc_flags $i] == {}} {sc_filter remove $i}} ; ::windows::gamelist::Refresh
to find all flagged games, or
time {foreach i [array names helpText] {helpWindow $i}}
to run a little benchmark. For more information about Tcl, try Tutorials Point's Tcl and Tk tutorials.