diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-07-25 23:48:04 +0200 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2017-07-25 23:48:04 +0200 |
| commit | 9d6a1ea521a6c779ec09e16db8a76a2bdf7e5ae8 (patch) | |
| tree | e95021d01c2f82fb4134facf7b98278ea5564d29 /vterm-module.h | |
| parent | 7e2676d1fd69beeb08bc32b03b2f3e168c9e995c (diff) | |
Implement almost all of the attributes of libvterm
Diffstat (limited to 'vterm-module.h')
| -rw-r--r-- | vterm-module.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vterm-module.h b/vterm-module.h index 6f42632..dfd9eb0 100644 --- a/vterm-module.h +++ b/vterm-module.h @@ -17,8 +17,7 @@ static emacs_value string_length(emacs_env *env, emacs_value string); static emacs_value list(emacs_env *env, emacs_value *elements, ptrdiff_t len); static emacs_value propertize(emacs_env *env, emacs_value string, emacs_value prop, emacs_value properties); -static emacs_value color_text(emacs_env *env, emacs_value string, - emacs_value fg, emacs_value bg); +static emacs_value render_cell(emacs_env *env, VTermScreenCell cell); static void byte_to_hex(uint8_t byte, char *hex); static emacs_value color_to_rgb_string(emacs_env *env, VTermColor color); static void erase_buffer(emacs_env *env); |
