mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-06 01:40:22 -05:00
term: move lcf flag into 'cursor' struct
This commit is contained in:
parent
d637b8c9ba
commit
a70fe1f5d7
4 changed files with 16 additions and 16 deletions
|
|
@ -63,6 +63,7 @@ struct coord {
|
|||
|
||||
struct cursor {
|
||||
struct coord point;
|
||||
bool lcf;
|
||||
};
|
||||
|
||||
enum damage_type {DAMAGE_SCROLL, DAMAGE_SCROLL_REVERSE,
|
||||
|
|
@ -205,7 +206,6 @@ struct terminal {
|
|||
int cell_width; /* pixels per cell, x-wise */
|
||||
int cell_height; /* pixels per cell, y-wise */
|
||||
|
||||
bool lcf;
|
||||
struct scroll_region scroll_region;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue