index
:
emacs-libvterm.git
akermu-patch-1
backtab_support
directory_tracking
doc_improvements
emacs_module_support
fix_ctrl_j
link_pthread
master
remote_directory_tracking
support_pagedown
tmux_mouse_scroll_support
update_libvterm
use_termios
vendor_libvterm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
elisp.c
Age
Commit message (
Expand
)
Author
2025-11-19
Fix return type of `string_bytes`
Martin Geisler
2024-01-02
Differentiate foreground and background colors
Illia Ostapyshyn
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
2020-11-12
Support osc 52 Manipulate Selection Data.
jixiuf
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
2020-02-05
bind window_body_height
jixiuf
2020-02-03
Revert "fix adjust_topline fix #222"
jixiuf
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 an...
jixiuf
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
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
2019-07-12
When a command keep print outputs, the buffer can auto scroll now even the v...
jixiuf
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 libvterm
update_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