diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-07-26 15:44:07 +0200 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-07-26 15:44:07 +0200 |
| commit | d4c3ee244ce020a7e7a032f6989bdc4c5e428235 (patch) | |
| tree | f8dd9c45595b8a42993178705fc9ee9467a89c24 /vterm-module.h | |
| parent | e164ae7313e78c2ab31d4496a801ac0ec4d50535 (diff) | |
Handle exit of shell
Diffstat (limited to 'vterm-module.h')
| -rw-r--r-- | vterm-module.h | 1 |
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); |
