diff options
| -rw-r--r-- | vterm-module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vterm-module.c b/vterm-module.c index 93942e1..b599a37 100644 --- a/vterm-module.c +++ b/vterm-module.c @@ -1250,6 +1250,7 @@ emacs_value Fvterm_new(emacs_env *env, ptrdiff_t nargs, emacs_value args[], term->sb_buffer = malloc(sizeof(ScrollbackLine *) * term->sb_size); term->invalid_start = 0; term->invalid_end = rows; + term->is_invalidated = false; term->width = cols; term->height = rows; term->height_resize = 0; |
