diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2018-01-18 21:03:00 +0100 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2018-09-20 09:37:23 +0200 |
| commit | 0d3069175e1d988be2f48b5b5f44b3513ceb6b5c (patch) | |
| tree | f58a0a41bcbeaceeb5fef526c998808269c721bc /elisp.h | |
| parent | 180cb1a0d58266f6dbcd594ccbcf66cf7f55612c (diff) | |
Use a emacs process for spawning the shell
Diffstat (limited to 'elisp.h')
| -rw-r--r-- | elisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ emacs_value Fgoto_char; emacs_value Fput_text_property; emacs_value Fset; emacs_value Fvterm_face_color_hex; +emacs_value Fvterm_flush_output; // Utils void bind_function(emacs_env *env, const char *name, emacs_value Sfun); |
