Skip to content

Commit

Permalink
Scroll forward of the cli cause tailtips to collide with text, fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
mattirn committed Dec 15, 2022
1 parent fcc8ce6 commit b82a347
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3797,6 +3797,9 @@ protected void redisplay(boolean flush) {

Status status = Status.getStatus(terminal, false);
if (status != null) {
if (terminal.getType().startsWith(AbstractWindowsTerminal.TYPE_WINDOWS)) {
status.resize();
}
status.redraw();
}

Expand Down

0 comments on commit b82a347

Please sign in to comment.