aboutsummaryrefslogtreecommitdiff
path: root/vterm-module.h
diff options
context:
space:
mode:
authorjixiuf <jixiuf@qq.com>2019-10-15 23:02:52 +0800
committerjixiuf <jixiuf@qq.com>2019-10-20 21:32:35 +0800
commitf133e554ff80191fd8e2eed3c8d68669e8c44764 (patch)
treeeadc83329127576fc5f60ca9bb334b10aac1a867 /vterm-module.h
parent17c29e9532f47b4cbd78bb1046463ed37b7ff195 (diff)
Support sending Elisp Command to Emacs Buffer
Diffstat (limited to 'vterm-module.h')
-rw-r--r--vterm-module.h3
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;