Skip to content

Commit

Permalink
Full redraw when resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Nov 18, 2016
1 parent 7c47075 commit f808f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/jline/builtins/Less.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public Less(Terminal terminal) {
public void handle(Signal signal) {
size.copy(terminal.getSize());
try {
display.clear();
display();
} catch (IOException e) {
e.printStackTrace();
Expand Down

0 comments on commit f808f57

Please sign in to comment.