add config.h option for top statusbar (#231)

Closes: https://github.com/nsxiv/nsxiv/issues/230
Co-authored-by: mamg22 <45301823+mamg22@users.noreply.github.com>
This commit is contained in:
N-R-K
2022-02-26 16:38:53 +00:00
committed by GitHub
parent 9f12c79d1b
commit bda70867ac
5 changed files with 11 additions and 5 deletions

View File

@ -424,6 +424,7 @@ struct win {
struct {
unsigned int h;
bool top;
win_bar_t l;
win_bar_t r;
} bar;