gizak / termui

Golang terminal dashboard
MIT License
13.06k stars 783 forks source link

List does not render the correct lines when WrapText is true #296

Open wesalvaro opened 3 years ago

wesalvaro commented 3 years ago

When WrapText is enabled, the window rendered in List is incorrect. The computation of which rows to show is incorrect.

gumulaola commented 3 years ago

I'm having the same problem.