Skip to content

Commit

Permalink
Fix less on conemu, fixes #344
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jan 30, 2019
1 parent fd5343f commit 8b054e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtins/src/main/java/org/jline/builtins/Less.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public void run(List<Source> sources) throws IOException, InterruptedException {
}
terminal.writer().flush();

display.clear();
display(false);
checkInterrupted();

Expand Down

0 comments on commit 8b054e4

Please sign in to comment.