Files
sea/tcl/drivers/text.tcl
2022-08-22 14:59:00 +02:00

11 lines
121 B
Tcl

namespace eval text {
}
proc stdConfig::text {} {
variable node
controller syncedprot
obj text par -text ""
}