terminal: add comment/link to cursor::lcf, to clarify its purpose

This commit is contained in:
Craig Barnes 2025-02-18 17:32:54 +00:00
parent 9f9ffa9434
commit 101bc28698

View file

@ -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,