Which command could be used to clear screen in CLISP?

Thomson picture Thomson · Feb 3, 2011 · Viewed 8.6k times · Source

Such as cls for cmd.exe. It's very annoy if I can't do this.

Answer

sepp2k picture sepp2k · Feb 3, 2011

You can use screen:clear-window to do this:

(screen:with-window (screen:clear-window screen:*window*))

For more information see the documentation on screen. Also note that these functions are specific to clisp.