isPromptContinuation property

bool get isPromptContinuation

Whether prompt cells exist in this row and this row continues a prompt.

Implementation

bool get isPromptContinuation =>
    semanticPrompt ==
    bindings
        .GhosttyRowSemanticPrompt
        .GHOSTTY_ROW_SEMANTIC_PROMPT_CONTINUATION;