Commit Diff


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.");