mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-18 06:46:23 -04:00
term: rename refresh_prohibited -> application_synchronized_updates
This commit is contained in:
parent
84f836c0c8
commit
cb8a0260f3
3 changed files with 7 additions and 7 deletions
|
|
@ -292,7 +292,7 @@ struct terminal {
|
|||
bool refresh_needed; /* Terminal needs to be re-rendered, as soon-as-possible */
|
||||
int scrollback_lines; /* Number of scrollback lines, from conf (TODO: move out from render struct?) */
|
||||
|
||||
bool refresh_prohibited;
|
||||
bool application_synchronized_updates;
|
||||
/* Render threads + synchronization primitives */
|
||||
struct {
|
||||
size_t count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue