mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-16 05:34:00 -04:00
render: implement render_refresh_margins()
For now, it will reset term->render.last_buf to NULL, and then calls grid_render() to do a full screen refresh.
This commit is contained in:
parent
52af2694ff
commit
2488c3935b
3 changed files with 25 additions and 2 deletions
|
|
@ -373,6 +373,7 @@ struct terminal {
|
|||
/* Scheduled for rendering, as soon-as-possible */
|
||||
struct {
|
||||
bool grid;
|
||||
bool margins;
|
||||
bool csd;
|
||||
bool search;
|
||||
bool title;
|
||||
|
|
@ -381,6 +382,7 @@ struct terminal {
|
|||
/* Scheduled for rendering, in the next frame callback */
|
||||
struct {
|
||||
bool grid;
|
||||
bool margins;
|
||||
bool csd;
|
||||
bool search;
|
||||
bool title;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue