Skip to content

Commit

Permalink
Keep argument sorting in large argument list when formatting candidat…
Browse files Browse the repository at this point in the history
…es for terminal into multiple columns
  • Loading branch information
Markus Spann authored and mattirn committed Nov 19, 2020
1 parent d92701d commit 6580789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5063,7 +5063,7 @@ protected boolean doList(List<Candidate> possible
redisplay(false);
buf.cursor(oldCursor);
println();
List<AttributedString> ls = postResult.post.columnSplitLength(size.getColumns(), false, display.delayLineWrap());
List<AttributedString> ls = pr.post.columnSplitLength(size.getColumns(), false, display.delayLineWrap());
Display d = new Display(terminal, false);
d.resize(size.getRows(), size.getColumns());
d.update(ls, -1);
Expand Down

0 comments on commit 6580789

Please sign in to comment.