commit 6393edf40ab44b2bbbb1b4a90a74581c24043af7 parent 7fd38e88c12133859f48ca3191fe341795401982 Author: Benno Schulenberg <bensberg@telfort.nl> Date: Wed, 11 Dec 2024 17:12:50 +0100 tweaks: add a small clarifying comment Diffstat:
M | src/text.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/text.c b/src/text.c @@ -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();