Sometimes my cursor gets lost in a muck of text in the scrollback buffer, or I have graphics created with calls like GrLine(,100,100,200,150); that I would like to clear.
What command or system call clears the screen? I've tried reset, clear, and cls and DCClear (Device Context - Clear) sets my screen to black.