clearScreen

Requests a foreground-program screen clear/redraw.

This sends Ctrl+L through the terminal input encoder. It deliberately does not mutate the render buffer directly, because clearing the emulator display behind the PTY would desynchronize shells and TUIs from their cursor and prompt model.

Return

true when a bound session accepted the input request.