Skip to content

Commit

Permalink
Command prompt and line buffer are overlaid with completion candidates,
Browse files Browse the repository at this point in the history
fixes #574
  • Loading branch information
mattirn committed Sep 20, 2020
1 parent f364c00 commit 1b6a332
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5040,6 +5040,7 @@ protected boolean doList(List<Candidate> possible
Display d = new Display(terminal, false);
d.resize(size.getRows(), size.getColumns());
d.update(ls, -1);
println();
redrawLine();
return new AttributedString("");
}
Expand Down

0 comments on commit 1b6a332

Please sign in to comment.