Smattr / clink

a modern re-implementation of Cscope
The Unlicense
41 stars 2 forks source link

fix space advancing too far in results view #178

Closed Smattr closed 1 year ago

Smattr commented 1 year ago

When hitting space, the UI logic would mistakenly assume the entire usable rows were being used. This was not true when the terminal size was large enough to have more usable rows than the number of hot keys. The result of this would be skipping some results as you advanced between pages.