From 101bc28698177807e997951d046a12dd2c741848 Mon Sep 17 00:00:00 2001 From: Craig Barnes Date: Tue, 18 Feb 2025 17:32:54 +0000 Subject: [PATCH] terminal: add comment/link to cursor::lcf, to clarify its purpose --- terminal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.h b/terminal.h index a69a8d0f..e03b7bf7 100644 --- a/terminal.h +++ b/terminal.h @@ -88,7 +88,7 @@ struct range { struct cursor { struct coord point; - bool lcf; + bool lcf; /* Last Column Flag; https://github.com/mattiase/wraptest#basic-vt-line-wrapping-rules */ }; enum damage_type {DAMAGE_SCROLL, DAMAGE_SCROLL_REVERSE,