Commit Diff


commit - bd3e6837cbaeacf042b19300f1e2de9e73c573ff
commit + 8b0779d1065d86c8441a30bed52e05fec2709d1b
blob - a622e686532715c9ae3e445390ff8fc7cdead884
blob + 4a4448886f5708b5d114462ae5a673df2c6af942
--- ui.c
+++ ui.c
@@ -316,6 +316,7 @@ rearrange_windows(void)
 
 	lines = LINES;
 
+	/* 3 lines for the ui and 12 for the  */
 	if ((too_small = lines < 15)) {
 		erase();
 		printw("Window too small.");