diff options
Diffstat (limited to 'vterm-module.h')
| -rw-r--r-- | vterm-module.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vterm-module.h b/vterm-module.h index c421310..7f599b4 100644 --- a/vterm-module.h +++ b/vterm-module.h @@ -76,8 +76,6 @@ static void term_redraw(Term *term, emacs_env *env); static void term_flush_output(Term *term, emacs_env *env); static void term_process_key(Term *term, unsigned char *key, size_t len, VTermModifier modifier); -static void term_put_caret(Term *term, emacs_env *env, int row, int col, - int offset); static void invalidate_terminal(Term *term, int start_row, int end_row); static void refresh_size(Term *term); void term_finalize(void *object); |
