diff --git a/src/winio.c b/src/winio.c index 5ff2cff2..cb0ad0a3 100644 --- a/src/winio.c +++ b/src/winio.c @@ -2318,7 +2318,8 @@ void bottombars(int menu) wmove(bottomwin, 1 + i % 2, (i / 2) * itemwidth); - post_one_key(s->keystr, _(f->desc), itemwidth + (COLS % itemwidth)); + post_one_key(s->keystr, _(f->desc), itemwidth + + ((i < number - 2) ? 0 : COLS % itemwidth)); i++; }