| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-19 | Support overriding SB_MAX at compile-time | Jacob Vallejo | |
| This allows the user to select the scrollback buffer size via compiler preprocessor defines (instead of having to edit the source file) and falls back to the statically configured SB_MAX if the is no -DSB_MAX=$VALUE given. Signed-off-by: Jacob Vallejo <jake@jahkeup.com> | |||
| 2022-11-17 | Support `sb_clear` callback if present | Russell McClellan | |
| 2022-08-30 | check libvterm version,make it compile with libvterm<0.2 | jixiuf | |
| 2022-08-27 | reimplement OSC 52 with VTermSelectionCallbacks from libvterm v0.2 | jixiuf | |
| 2021-12-15 | Do not export unnecessary symbols in dynamic library | Yikai Zhao | |
| 2021-02-17 | run clang-format *.[ch] | jixiuf | |
| 2021-02-14 | Allow multiple elisp_code commands between redraws | BlahGeek | |
| 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-11-12 | upgrade libvterm | jixiuf | |
| 2020-04-13 | Clean code to silence warnings/errors from compiler/linter | Gabriele Bozzola | |
| Clean code to reduce compilers/linter errors | |||
| 2020-04-11 | [add] Custom faces for cells with underline/inverse-video attrs | Zajcev Evgeny | |
| - `vterm-disable-underline' to resemble xterm's "XTerm*underLine: off" - `vterm-color-underline' to resemble xterm's "XTerm*colorULMode", "XTerm*colorUL" - `vterm-disable-inverse-video' to disable `:inverse-video' - `vterm-color-inverse-video' to resemble xterm's "XTerm*highlightColor" | |||
| 2020-04-06 | Remove unused vars in vterm-module | Gabriele Bozzola | |
| 2020-03-27 | reimplements vterm--get-prompt-point with text property and bind ↵ | jixiuf | |
| vterm-previous-prompt and vterm-next-prompt. | |||
| 2020-03-20 | Fixing function def to remove unused vars. | Mike Brumlow | |
| 2020-03-19 | This commit fixes the newlines when copied and pasted. | Mike Brumlow | |
| This commit fixes up the newlines that were inserted for wrapping using the same approach as term.el does. It does so by adding a property to the '\n' chars that were inserted as a result of wrapping the terminal. When killing a region text will be passed through the filter-buffer-substring-function vterm--remove-fake-newlines removing the wrapped new lines by looking for the 'vterm-line-wrap property and removing the char that corresponds. If this change set is not up to project standards please work with me to correct any issues you find. | |||
| 2020-02-05 | add vterm-disable-bold-font. close #79 | jixiuf | |
| 2020-02-03 | add func vterm--at-prompt-p | jixiuf | |
| 2020-02-03 | bind vterm-reset-cursor-point | jixiuf | |
| 2020-02-01 | run clang-format | jixiuf | |
| 2019-11-17 | support compilation-shell-minior-mode | jixiuf | |
| 2019-11-15 | Make icrnl accessible by elisp | Adrian Parvin D. Ouano | |
| 2019-10-20 | clear scrollback | jixiuf | |
| 2019-10-20 | Support sending Elisp Command to Emacs Buffer | jixiuf | |
| 2019-08-15 | fix an old bug when window height decreased. | jixiuf | |
| 2019-08-15 | do not use (count-lines) it is expensive ,we count lines by ourself. | jixiuf | |
| 2019-08-03 | Add directory tracking via OSC callback | Lukas Fürmetz | |
| Solves #55 | |||
| 2019-07-31 | Merge pull request #105 from akermu/use_termios | Lukas Fürmetz | |
| Fixes for key handling | |||
| 2019-07-31 | Fix handling of enter | Lukas Fürmetz | |
| We query now the corresponding pty to get the exact key for enter. Fixes #77 | |||
| 2019-07-31 | Remove unused function term_put_caret | Lukas Fürmetz | |
| 2019-07-31 | Remove static for public functions | Lukas Fürmetz | |
| 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-05-18 | support set cursor type | jixiufeng | |
| 2019-05-17 | trying support blink-cursor-mode | jixiufeng | |
| 2019-01-29 | Fix color handling and support 256 colors | 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-12-01 | Refactor Window Width and Height | jixiufeng | |
| 2018-11-16 | support set terminal title . | jixiufeng | |
| 2018-11-11 | Refactor refresh_size | Lukas Fürmetz | |
| 2018-11-11 | Merge branch 'only_refresh_invalid_lines_again' | Lukas Fürmetz | |
| 2018-11-11 | Minor cleanup | Lukas Fürmetz | |
| 2018-11-11 | Refactor Cursor | Lukas Fürmetz | |
| 2018-11-10 | only refresh invalid lines | jixiufeng | |
| 2018-11-10 | replace refresh_row with refresh_lines | jixiufeng | |
| 2018-11-03 | Revert "only refresh invalid lines" | Lukas Fürmetz | |
| This reverts commit d8f3388733cfb5abbe00966ab30e1672ed0ae046. | |||
| 2018-11-01 | only refresh invalid lines | jixiufeng | |
| 2018-10-25 | clang-format | Lukas Fürmetz | |
| 2018-10-25 | Fix typdef of struct Term | Lukas Fürmetz | |
