mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-18 06:46:23 -04:00
terminal: add comment/link to cursor::lcf, to clarify its purpose
This commit is contained in:
parent
9f9ffa9434
commit
101bc28698
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ struct range {
|
||||||
|
|
||||||
struct cursor {
|
struct cursor {
|
||||||
struct coord point;
|
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,
|
enum damage_type {DAMAGE_SCROLL, DAMAGE_SCROLL_REVERSE,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue