VladimirMarkelov / clui

Command Line User Interface (Console UI inspired by TurboVision)
MIT License
670 stars 50 forks source link

SetSelectedRow and SetSelectedCol work on the trivial case #143

Closed jlopezr closed 3 years ago

jlopezr commented 3 years ago

The current implementation do not work on the trivial case, when the selected column or row are in view. This PR solves the issue.