Skip to content
Snippets Groups Projects
  • Robert Gardner's avatar
    Fix multi-line prompts clearing too many lines · 59c4b7b0
    Robert Gardner authored
    Ensure 0 previous rows are removed when calling refresh on a freshly
    created State. Before, 0+ rows were removed on an initial State
    refresh. If the prompt had a newline in it, a positive number of rows
    were removed, clearing past output in stdout.
    
    Fix #109
    59c4b7b0