aboutsummaryrefslogtreecommitdiff
path: root/elisp.h
AgeCommit message (Expand)Author
2024-01-02Differentiate foreground and background colorsIllia Ostapyshyn
2022-08-27reimplement OSC 52 with VTermSelectionCallbacks from libvterm v0.2jixiuf
2021-01-11fix cursor type after hide cursor and show againYubao Liu
2020-11-12Support osc 52 Manipulate Selection Data.jixiuf
2020-05-07emacs_values declared in elisp.h should be externedEvan Klitzke
2020-03-27reimplements vterm--get-prompt-point with text property and bind vterm-previo...jixiuf
2020-03-20clang-formatMike Brumlow
2020-03-19Adding missing file from update.Mike Brumlow
2020-03-14fix #241 use :extend face property for emacs 27 and laterjixiuf
2020-02-05bind window_body_heightjixiuf
2020-02-03Revert "fix adjust_topline fix #222"jixiuf
2020-02-01fix adjust_topline fix #222jixiuf
2019-10-20Support sending Elisp Command to Emacs Bufferjixiuf
2019-08-15do not use (count-lines) it is expensive ,we count lines by ourself.jixiuf
2019-08-11fix #121 Cursor position does not update properly when vterm is showing in an...jixiuf
2019-08-11bind function: nthjixiuf
2019-08-11rename string_length to lengthjixiuf
2019-08-03Add directory tracking via OSC callbackLukas Fürmetz
2019-07-30add more faces,for example vterm-color-default vterm-color-blackjixiufeng
2019-07-30clean code,remove unused function get_hex_color_fg and get_hex_color_bgjixiufeng
2019-07-26Revert "trying support blink-cursor-mode"jixiuf
2019-07-12When a command keep print outputs, the buffer can auto scroll now even the v...jixiuf
2019-05-18support set cursor typejixiufeng
2019-04-29fix recenter for emacs27jixiufeng
2019-01-29Simplify color handling by using ansi-color-vector-namesLukas Fürmetz
2019-01-27Adapt color handling to the latest libvtermupdate_libvtermLukas Fürmetz
2018-12-24Improves performance when receiving large bursts of data.jixiufeng
2018-11-16support set terminal title .jixiufeng
2018-11-03Recenter only, when buffer is the selected windowLukas Fürmetz
2018-10-25clang-formatLukas Fürmetz
2018-10-25Add support for cursor blinkingLukas Fürmetz
2018-10-25try support scrolljixiufeng
2018-10-24Bundle emacs-module headerLukas Fürmetz
2018-09-20Use a emacs process for spawning the shellLukas Fürmetz
2017-11-21Add support for custom colorsLukas Fürmetz
2017-11-21Move render_text into vterm-module.cLukas Fürmetz
2017-11-21Add include guards to header filesLukas Fürmetz
2017-11-21Cleanup elisp.c and elisp.hLukas Fürmetz
2017-11-21Implement support for hiding the cursorLukas Fürmetz
2017-11-16Extract elisp related functionality into elisp.cLukas Fürmetz