diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-11-20 11:18:47 +0100 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-11-21 15:27:54 +0100 |
| commit | 8d9058143ba8d31f59fa193d483b7c6b7606324f (patch) | |
| tree | 756890f5caea49718d83f33f16c923fea8d40396 /vterm-module.h | |
| parent | 0ba8d4265b0bf7a5330c2bc7cb825ec68435081c (diff) | |
Implement support for the rest of the special keys
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 64a923f..cf67ff7 100644 --- a/vterm-module.h +++ b/vterm-module.h @@ -13,6 +13,7 @@ struct Term { }; static bool compare_cells(VTermScreenCell *a, VTermScreenCell *b); +static bool is_key(unsigned char *key, size_t len, char *key_description); static void term_redraw(struct Term *term, emacs_env *env); static void term_flush_output(struct Term *term); |
