Leave less right margin next to long (text) meters

main
Daniel Lange 5 years ago committed by BenBE
parent ba630e8ad5
commit b612256486
  1. 2
      Header.c

@ -156,7 +156,7 @@ void Header_draw(const Header* this) {
for (int y = 0; y < height; y++) {
mvhline(y, 0, ' ', COLS);
}
const int width = COLS / this->nrColumns - (pad * this->nrColumns - 1) - 1;
const int width = COLS / this->nrColumns - pad;
int x = pad;
Header_forEachColumn(this, col) {

Loading…
Cancel
Save