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
/
vterm-module.c
Age
Commit message (
Expand
)
Author
2024-07-05
don't garble partial multi-byte character after control sequence
Yubao Liu
2024-03-18
Fix typo: postion -> position
Xiyue Deng
2024-01-02
Differentiate foreground and background colors
Illia Ostapyshyn
2023-01-30
init is_invalidated in Fvterm_new
jixiuf
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
2022-04-27
Revert "fixup, should close #584" "trim trailing whitespace"
jixiuf
2022-04-18
fixup, should close #584
jixiuf
2022-04-16
trim trailing whitespace
jixiuf
2021-12-09
add option vterm-set-bold-hightbright
jixiuf
2021-02-17
run clang-format *.[ch]
jixiuf
2021-02-17
fixup
jixiuf
2021-02-14
Allow multiple elisp_code commands between redraws
BlahGeek
2021-02-07
Correctly place cursor after EOL
BlahGeek
2021-01-11
fix cursor type after hide cursor and show again
Yubao Liu
2021-01-05
Merge pull request #473 from Dieken/fix-combining-characters-rendering
jixiuf
2021-01-04
fix rendering of combining characters
Yubao Liu
2020-12-04
vterm--update do not need give the unused meta shift control
jixiuf
2020-12-04
do not call insert/delete-char/delete-region directly.
jixiuf
2020-11-13
Rename vterm-disable-bold-font to vterm-disable-bold
Gabriele Bozzola
2020-11-13
Minimize text properties
Gregory Heytings
2020-11-12
make keys (`+`, `-`, `*`, `/`) on numpad work, should fix #437
jixiuf
2020-11-12
Support osc 52 Manipulate Selection Data.
jixiuf
2020-11-12
upgrade libvterm
jixiuf
2020-09-16
Merge pull request #390 from blahgeek/memleak-fix
Gabriele Bozzola
2020-09-05
Fix verbs in some docstrings
Gabriele Bozzola
2020-08-29
Fix memory leak on finalize, free term->lines
BlahGeek
2020-06-13
Add comments on prompt identification
Gabriele Bozzola
2020-04-11
[add] Commentary for the special color indexes
Zajcev Evgeny
2020-04-11
[add] Custom faces for cells with underline/inverse-video attrs
Zajcev Evgeny
2020-04-06
Remove unused vars in vterm-module
Gabriele Bozzola
2020-03-27
reimplements vterm--get-prompt-point with text property and bind vterm-previo...
jixiuf
2020-03-20
Fixing function def to remove unused vars.
Mike Brumlow
2020-03-20
clang-format
Mike Brumlow
2020-03-19
This commit fixes the newlines when copied and pasted.
Mike Brumlow
2020-03-14
fix #241 use :extend face property for emacs 27 and later
jixiuf
2020-02-05
handle recenter when decreasing the font size using the Emacs command text-sc...
jixiuf
2020-02-05
bind window_body_height
jixiuf
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-03
fix adjust_topline fix #222 again and this should fix #198
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
2020-01-28
recognize keypad decimal
paulbdavis
2019-12-17
support inserting keypad numbers #202
jixiuf
2019-12-02
fix vterm--get-pwd crash
finalpatch
2019-11-17
support compilation-shell-minior-mode
jixiuf
[next]