jline / jline3

JLine is a Java library for handling console input.
Other
1.49k stars 217 forks source link

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

Closed quintesse closed 3 months ago

quintesse commented 3 months ago

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)