aboutsummaryrefslogtreecommitdiff
path: root/vterm-module.c
AgeCommit message (Expand)Author
2025-11-11Fix typo in `vterm-set-bold-highbright` variable nameMartin Geisler
2025-11-11Fix typos and grammar in commentsMartin Geisler
2025-09-29Fixes segfault when clicking error in compilation-shell-minor-modeBrian D. Caruso
2024-07-05don't garble partial multi-byte character after control sequenceYubao Liu
2024-03-18Fix typo: postion -> positionXiyue Deng
2024-01-02Differentiate foreground and background colorsIllia Ostapyshyn
2023-01-30init is_invalidated in Fvterm_newjixiuf
2022-11-17Support `sb_clear` callback if presentRussell McClellan
2022-08-30check libvterm version,make it compile with libvterm<0.2jixiuf
2022-08-27reimplement OSC 52 with VTermSelectionCallbacks from libvterm v0.2jixiuf
2022-04-27Revert "fixup, should close #584" "trim trailing whitespace"jixiuf
2022-04-18fixup, should close #584jixiuf
2022-04-16trim trailing whitespacejixiuf
2021-12-09add option vterm-set-bold-hightbrightjixiuf
2021-02-17run clang-format *.[ch]jixiuf
2021-02-17fixupjixiuf
2021-02-14Allow multiple elisp_code commands between redrawsBlahGeek
2021-02-07Correctly place cursor after EOLBlahGeek
2021-01-11fix cursor type after hide cursor and show againYubao Liu
2021-01-05Merge pull request #473 from Dieken/fix-combining-characters-renderingjixiuf
2021-01-04fix rendering of combining charactersYubao Liu
2020-12-04vterm--update do not need give the unused meta shift controljixiuf
2020-12-04do not call insert/delete-char/delete-region directly.jixiuf
2020-11-13Rename vterm-disable-bold-font to vterm-disable-boldGabriele Bozzola
2020-11-13Minimize text propertiesGregory Heytings
2020-11-12make keys (`+`, `-`, `*`, `/`) on numpad work, should fix #437jixiuf
2020-11-12Support osc 52 Manipulate Selection Data.jixiuf
2020-11-12upgrade libvtermjixiuf
2020-09-16Merge pull request #390 from blahgeek/memleak-fixGabriele Bozzola
2020-09-05Fix verbs in some docstringsGabriele Bozzola
2020-08-29Fix memory leak on finalize, free term->linesBlahGeek
2020-06-13Add comments on prompt identificationGabriele Bozzola
2020-04-11[add] Commentary for the special color indexesZajcev Evgeny
2020-04-11[add] Custom faces for cells with underline/inverse-video attrsZajcev Evgeny
2020-04-06Remove unused vars in vterm-moduleGabriele Bozzola
2020-03-27reimplements vterm--get-prompt-point with text property and bind vterm-previo...jixiuf
2020-03-20Fixing function def to remove unused vars.Mike Brumlow
2020-03-20clang-formatMike Brumlow
2020-03-19This commit fixes the newlines when copied and pasted.Mike Brumlow
2020-03-14fix #241 use :extend face property for emacs 27 and laterjixiuf
2020-02-05handle recenter when decreasing the font size using the Emacs command text-sc...jixiuf
2020-02-05bind window_body_heightjixiuf
2020-02-05add vterm-disable-bold-font. close #79jixiuf
2020-02-03add func vterm--at-prompt-pjixiuf
2020-02-03bind vterm-reset-cursor-pointjixiuf
2020-02-03fix adjust_topline fix #222 again and this should fix #198jixiuf
2020-02-03Revert "fix adjust_topline fix #222"jixiuf
2020-02-01run clang-formatjixiuf
2020-02-01fix adjust_topline fix #222jixiuf
2020-01-28recognize keypad decimalpaulbdavis