@@ -258,7 +258,7 @@ proc lttb_EN {stmt} {
proc int_LIST {} {
global progmem
loop i 1 32768 {
if {[dict exists $progmem $i]} {
if {[dict exists $progmem $i] && [string length $progmem($i)]} {
puts [format "%d\t%s" $i $progmem($i)]
}
The note is not visible to the blocked user.