| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-02 | Differentiate foreground and background colors | Illia Ostapyshyn | |
| Allow using different background and foreground colors for same ANSI index, analogously to how term-mode does it. Remove magical indices for underlined cells with default foreground and inverse-video cells with default background. Instead, pass relevant info to lisp function to handle these cases at higher level. * elisp.c, elisp.h (Fapply): New binding. (vterm_get_color): Add new argument for optional attributes. * vterm-module.c (cell_rgb_color): Pass relevant attributes to vterm_get_color. * vterm.el (vterm--get-color): Use foreground or background color of the face depending on received attributes. * README.md: Update documentation | |||
| 2022-08-27 | reimplement OSC 52 with VTermSelectionCallbacks from libvterm v0.2 | jixiuf | |
| 2021-02-17 | run clang-format *.[ch] | jixiuf | |
| 2021-01-11 | fix cursor type after hide cursor and show again | Yubao Liu | |
| This patch also adds support for cursor blink. VIM emits these ANSI escape sequences in insert mode: \x1b[?25h show cursor \x1b[?25l hide cursor | |||
| 2020-11-12 | Support osc 52 Manipulate Selection Data. | jixiuf | |
| https://invisible-island.net/xterm/ctlseqs/ctlseqs.html | |||
| 2020-05-07 | emacs_values declared in elisp.h should be externed | Evan Klitzke | |
| 2020-03-20 | clang-format | Mike Brumlow | |
| 2020-03-20 | Its late, I should not be doing this... | Mike Brumlow | |
| Adding missing update. | |||
| 2020-02-05 | bind window_body_height | jixiuf | |
| 2020-02-03 | Revert "fix adjust_topline fix #222" | jixiuf | |
| This reverts commit 855976e2283551db53617d4abb4c1399579a560d. | |||
| 2020-02-01 | run clang-format | jixiuf | |
| 2020-02-01 | fix adjust_topline fix #222 | jixiuf | |
| 2019-10-20 | Support sending Elisp Command to Emacs Buffer | jixiuf | |
| 2019-08-15 | do not use (count-lines) it is expensive ,we count lines by ourself. | jixiuf | |
| 2019-08-11 | fix #121 Cursor position does not update properly when vterm is showing in ↵ | jixiuf | |
| another frame | |||
| 2019-08-11 | bind function: nth | jixiuf | |
| 2019-08-11 | rename string_length to length | jixiuf | |
| 2019-08-03 | Add directory tracking via OSC callback | Lukas Fürmetz | |
| Solves #55 | |||
| 2019-08-01 | run clang-format | jixiuf | |
| 2019-07-30 | add more faces,for example vterm-color-default vterm-color-black | jixiufeng | |
| 2019-07-30 | clean code,remove unused function get_hex_color_fg and get_hex_color_bg | jixiufeng | |
| 2019-07-26 | Revert "trying support blink-cursor-mode" | jixiuf | |
| This reverts commit 74b8e5cb2d1c6798c42e56ae444e5e96c629f2c5. | |||
| 2019-07-12 | When a command keep print outputs, the buffer can auto scroll now even the ↵ | jixiuf | |
| vterm window is not activated. should fix #84 | |||
| 2019-05-18 | support set cursor type | jixiufeng | |
| 2019-05-17 | trying support blink-cursor-mode | jixiufeng | |
| 2019-04-29 | fix recenter for emacs27 | jixiufeng | |
| 2019-01-29 | Simplify color handling by using ansi-color-vector-names | Lukas Fürmetz | |
| 2019-01-28 | Add missing return statement | Lukas Fürmetz | |
| 2019-01-27 | Adapt color handling to the latest libvtermupdate_libvterm | Lukas Fürmetz | |
| 2018-12-24 | Improves performance when receiving large bursts of data. | jixiufeng | |
| 2018-11-16 | support set terminal title . | jixiufeng | |
| 2018-11-03 | Recenter only, when buffer is the selected window | Lukas Fürmetz | |
| 2018-10-25 | clang-format | Lukas Fürmetz | |
| 2018-10-25 | Add support for cursor blinking | Lukas Fürmetz | |
| 2018-10-25 | try support scroll | jixiufeng | |
| 2017-11-21 | Add support for custom colors | Lukas Fürmetz | |
| 2017-11-21 | Move render_text into vterm-module.c | Lukas Fürmetz | |
| 2017-11-21 | Cleanup elisp.c and elisp.h | Lukas Fürmetz | |
| 2017-11-21 | Implement support for hiding the cursor | Lukas Fürmetz | |
| 2017-11-16 | Extract elisp related functionality into elisp.c | Lukas Fürmetz | |
