On 12/22/20, David Mertz mertz@gnosis.cx wrote:
On Tue, Dec 22, 2020 at 10:26 PM Chris Angelico rosuav@gmail.com wrote:
I'm not sure about Windows. Is 'cls' built into the command-line executable itself (like Busybox) or is it an exe?
CLS is an internal command of the CMD shell. An internal command takes precedence as long as the executed name is unquoted and has no extension.
My concern with cls/clear is that they clear the scrollback. Is that what most people want from a clear_screen() function?