term: rename refresh_prohibited -> application_synchronized_updates

This commit is contained in:
Daniel Eklöf 2020-01-12 12:25:58 +01:00
parent 84f836c0c8
commit cb8a0260f3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 7 additions and 7 deletions

View file

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