You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected List element to scroll contents according to page height. It doesn't. Because it uses hardcoded page size of 5 elements. Is it possible to fix that?
I expected List element to scroll contents according to page height. It doesn't. Because it uses hardcoded page size of 5 elements. Is it possible to fix that?
tview/list.go
Lines 501 to 504 in cd38d74