term: rename: print_needs_wrap -> lcf (Last Column Flag)

This commit is contained in:
Daniel Eklöf 2019-11-17 09:39:43 +01:00
parent f74026ba9b
commit c1088d77ac
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 16 additions and 16 deletions

View file

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