mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-23 06:46:56 -04:00
term: rename: print_needs_wrap -> lcf (Last Column Flag)
This commit is contained in:
parent
f74026ba9b
commit
c1088d77ac
4 changed files with 16 additions and 16 deletions
|
|
@ -201,7 +201,7 @@ struct terminal {
|
|||
int cell_width; /* pixels per cell, x-wise */
|
||||
int cell_height; /* pixels per cell, y-wise */
|
||||
|
||||
bool print_needs_wrap;
|
||||
bool lcf;
|
||||
struct scroll_region scroll_region;
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue