Skip to content
  • Luis Javier Merino's avatar
    Fix remembering selection in scrollback buffer · 7a1e4768
    Luis Javier Merino authored and Kurt Hindenburg's avatar Kurt Hindenburg committed
    Commit d37d3ac1 "CompactHistoryScroll: Remove _maxLineCount + 5 lines at
    a time" caused a regression: addHistLine queried the number of lines in
    history before and after adding a line, and if it had not incremented it
    assumed one line entered history and another was dropped at the other
    end.  Now, lines are dropped from history in batches, so take care of
    that.
    7a1e4768