tweaks: add a small clarifying comment

This commit is contained in:
Benno Schulenberg 2024-12-11 17:12:50 +01:00
parent 7fd38e88c1
commit 6393edf40a

View File

@ -2771,6 +2771,7 @@ void do_linter(void)
return;
}
/* When the help lines are off and there is room, force them on. */
if (helpless && LINES > 5) {
UNSET(NO_HELP);
window_init();