mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-16 05:34:00 -04:00
render: pace title updates
Synchronize window title updates with window rendering.
This commit is contained in:
parent
b46ad6a50a
commit
9bbbd26c7a
4 changed files with 34 additions and 16 deletions
|
|
@ -336,6 +336,7 @@ struct terminal {
|
|||
bool grid;
|
||||
bool csd;
|
||||
bool search;
|
||||
bool title;
|
||||
} refresh;
|
||||
|
||||
/* Scheduled for rendering, in the next frame callback */
|
||||
|
|
@ -343,6 +344,7 @@ struct terminal {
|
|||
bool grid;
|
||||
bool csd;
|
||||
bool search;
|
||||
bool title;
|
||||
} pending;
|
||||
|
||||
int scrollback_lines; /* Number of scrollback lines, from conf (TODO: move out from render struct?) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue