commit 4592900367c6b286fb4de7ef1dbb70d991b753f9 from: Omar Polo date: Sat Jan 13 18:47:01 2024 UTC fix comment commit - 5fe7bfdd24fd2b10260aeed34bd5be09aaaed0aa commit + 4592900367c6b286fb4de7ef1dbb70d991b753f9 blob - bfa4f440fdca7fda8aa7337c2456e30cb10a50fd blob + 8a881bbc427c014a1a2ed958e16d07ccab437dae --- ui.c +++ ui.c @@ -391,7 +391,7 @@ rearrange_windows(void) lines = LINES; - /* 3 lines for the ui and 12 for the */ + /* 3 lines for the ui and 12 for the body and minibuffer */ if ((too_small = lines < 15)) { erase(); printw("Window too small.");