aboutsummaryrefslogtreecommitdiff
path: root/vterm-module.h
diff options
context:
space:
mode:
authorjixiuf <jixiuf@qq.com>2019-12-11 14:37:14 +0800
committerjixiuf <jixiuf@qq.com>2020-11-12 22:44:03 +0800
commit8ebc7e91224ae9774bbd1f4a543cd71eebd8e442 (patch)
tree61463d411dbcdae944bd257c2adca524ec5efe79 /vterm-module.h
parentff61a3bd76c8ee4aed8f845110de5313d7fbedbf (diff)
upgrade libvterm
Diffstat (limited to 'vterm-module.h')
-rw-r--r--vterm-module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vterm-module.h b/vterm-module.h
index 59beba0..2b58541 100644
--- a/vterm-module.h
+++ b/vterm-module.h
@@ -86,6 +86,8 @@ typedef struct Term {
bool disable_underline;
bool disable_inverse_video;
+ char *cmd_buffer;
+
int pty_fd;
} Term;