tmsh::clear_screen

Description

Clears the screen, and places the cursor at the upper left of the screen.

Syntax

tmsh::clear_screan

Examples

set interval 2
set delay [expr $interval * 1000]

while { true } {
    after $delay
    tmsh::clear_screen