diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-11-15 17:48:35 +0100 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-11-15 17:48:35 +0100 |
| commit | 0912b51fe8a90b090b6c39f9947883b67b9f9e43 (patch) | |
| tree | 1c772157fa2330d2cfe5430f3918918c6ec7e806 /vterm-module.h | |
| parent | 1887248099d539652c4833474070dc1d96757c9a (diff) | |
Add .clang-format
Diffstat (limited to 'vterm-module.h')
| -rw-r--r-- | vterm-module.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vterm-module.h b/vterm-module.h index 860a1cf..6a9c953 100644 --- a/vterm-module.h +++ b/vterm-module.h @@ -55,7 +55,8 @@ 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_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); |
