diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-11-21 15:16:36 +0100 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-11-21 21:38:32 +0100 |
| commit | 78bb438b95929d7c5ba0b6572fe58b0035f7ae41 (patch) | |
| tree | f62a3498d1ef843188780cc2bb5a89d99f652ad1 /elisp.h | |
| parent | 53415af332e5e30e4910b05ebdb88d478a387eba (diff) | |
Move render_text into vterm-module.c
Diffstat (limited to 'elisp.h')
| -rw-r--r-- | elisp.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -37,8 +37,6 @@ emacs_value string_length(emacs_env *env, emacs_value string); emacs_value list(emacs_env *env, emacs_value *elements, ptrdiff_t len); void put_text_property(emacs_env *env, emacs_value string, emacs_value property, emacs_value value); -emacs_value render_text(emacs_env *env, char *string, int len, - VTermScreenCell *cell); void byte_to_hex(uint8_t byte, char *hex); emacs_value color_to_rgb_string(emacs_env *env, VTermColor color); void erase_buffer(emacs_env *env); |
