Skip to content

Commit 0d190d1

Browse files
committed
init is_invalidated in Fvterm_new
1 parent e234872 commit 0d190d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vterm-module.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,7 @@ emacs_value Fvterm_new(emacs_env *env, ptrdiff_t nargs, emacs_value args[],
12501250
term->sb_buffer = malloc(sizeof(ScrollbackLine *) * term->sb_size);
12511251
term->invalid_start = 0;
12521252
term->invalid_end = rows;
1253+
term->is_invalidated = false;
12531254
term->width = cols;
12541255
term->height = rows;
12551256
term->height_resize = 0;

0 commit comments

Comments
 (0)