diff options
| author | jixiufeng <jixiufeng@luojilab.com> | 2018-11-24 00:38:51 +0800 |
|---|---|---|
| committer | jixiufeng <jixiufeng@luojilab.com> | 2018-12-24 10:53:34 +0800 |
| commit | 5a983333ada75a1422108919301eec7ef5a0f7aa (patch) | |
| tree | ee446d787aefbb98c1a4b5dd44de828f54cff4e1 /vterm-module.h | |
| parent | ec958982b889b4ea65216d70fa8128dcd413256a (diff) | |
Improves performance when receiving large bursts of data.
Diffstat (limited to 'vterm-module.h')
| -rw-r--r-- | vterm-module.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vterm-module.h b/vterm-module.h index d985033..bd05dc4 100644 --- a/vterm-module.h +++ b/vterm-module.h @@ -87,6 +87,8 @@ static emacs_value Fvterm_new(emacs_env *env, ptrdiff_t nargs, emacs_value args[], void *data); static emacs_value Fvterm_update(emacs_env *env, ptrdiff_t nargs, emacs_value args[], void *data); +static emacs_value Fvterm_redraw(emacs_env *env, ptrdiff_t nargs, + emacs_value args[], void *data); int emacs_module_init(struct emacs_runtime *ert); #endif /* VTERM_MODULE_H */ |
