gizak / termui

Golang terminal dashboard
MIT License
13.22k stars 786 forks source link

TopRow must be public in order to calculate which line of the list is under the cursor. #243

Open artyl opened 5 years ago

artyl commented 5 years ago

For mouse support in list widget need export TopRow for calculate SelectedRow under mouse cursor.

snipem commented 4 years ago

This is exactly my problem. Please merge.