klyn.gui.terminal.Widget.terminalPromptVisible
method
public terminalPromptVisible() as Boolean:
Description

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