aboutsummaryrefslogtreecommitdiff
path: root/vterm-module.h
diff options
context:
space:
mode:
Diffstat (limited to 'vterm-module.h')
-rw-r--r--vterm-module.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vterm-module.h b/vterm-module.h
index 808d48c..3ebefe5 100644
--- a/vterm-module.h
+++ b/vterm-module.h
@@ -6,6 +6,7 @@ int plugin_is_GPL_compatible;
struct Term {
VTerm *vt;
int masterfd;
+ pid_t pid;
};
static void bind_function(emacs_env *env, const char *name, emacs_value Sfun);