diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-11-12 11:07:25 +0100 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-11-15 17:19:58 +0100 |
| commit | 7759c3758e2b9c1fbb8feefde8e115fb285fa8e2 (patch) | |
| tree | b4d564da60cda92701cd80eaa7384f232612859a /vterm-module.h | |
| parent | 7d7bdf37579aa9fafee5ee4f3935cf4339acc68c (diff) | |
Extract function vterm_put_caret
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 e6b0757..0309591 100644 --- a/vterm-module.h +++ b/vterm-module.h @@ -57,6 +57,7 @@ static void erase_buffer(emacs_env *env); static void insert(emacs_env *env, emacs_value string); static void goto_char(emacs_env *env, int pos); +static void vterm_put_caret(VTerm *vt, emacs_env *env, int row, int col, int offset); static void vterm_redraw(VTerm *vt, emacs_env *env); static void vterm_flush_output(struct Term *term); static void term_finalize(void *object); |
