diff options
Diffstat (limited to 'vterm-module.h')
| -rw-r--r-- | vterm-module.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vterm-module.h b/vterm-module.h index 1c8ae34..4d9b1a6 100644 --- a/vterm-module.h +++ b/vterm-module.h @@ -64,6 +64,9 @@ typedef struct Term { char *directory; bool directory_changed; + char *elisp_code; + bool elisp_code_changed; + int width, height; int height_resize; |
