public terminalPromptVisible() as Boolean:
Returns true when the terminal should draw its built-in prompt below this widget.
Widgets that provide their own input area should override this method and return false.
Example:
public override terminalPromptVisible() as Boolean: return false