jline/jline3

Console UI ListChoice's (relative)pageSize is never used

quintesse opened this issue · 0 comments

Setting the pageSize() on a ListPromptBuilder has no effect.
It's value is passed on to ListChoice in ListPromptBuilder.addPrompt() but is afterwards never used.
(A simple full code search will show getPageSize() is never called. It also shows the same method in Checkbox is also never used)