aboutsummaryrefslogtreecommitdiff
path: root/elisp.h
diff options
context:
space:
mode:
authorLukas Fürmetz <fuermetz@mailbox.org>2018-01-18 21:03:00 +0100
committerLukas Fürmetz <fuermetz@mailbox.org>2018-09-20 09:37:23 +0200
commit0d3069175e1d988be2f48b5b5f44b3513ceb6b5c (patch)
treef58a0a41bcbeaceeb5fef526c998808269c721bc /elisp.h
parent180cb1a0d58266f6dbcd594ccbcf66cf7f55612c (diff)
Use a emacs process for spawning the shell
Diffstat (limited to 'elisp.h')
-rw-r--r--elisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/elisp.h b/elisp.h
index 33e2e4c..35533d9 100644
--- a/elisp.h
+++ b/elisp.h
@@ -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);