tryffel / jellycli

Jellyfin terminal client
GNU General Public License v3.0
206 stars 8 forks source link

Request: how to configure navbar grid to remove leading space? #25

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello - where in the code would one look to align the beginning of the navbar ("F1 Help") directly above the sidebar as opposed to over the main panel? Great program, cheers!

tryffel commented 2 years ago

Hi, the relevant lines are actually located in the repositoy https://github.com/tryffel/twidgets.

I think the relevant function is https://github.com/tryffel/twidgets/blob/master/navbar.go#L144.