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.h
Age
Commit message (
Expand
)
Author
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
2020-11-12
Support osc 52 Manipulate Selection Data.
jixiuf
2020-11-12
upgrade libvterm
jixiuf
2020-04-13
Clean code to silence warnings/errors from compiler/linter
Gabriele Bozzola
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-19
This commit fixes the newlines when copied and pasted.
Mike Brumlow
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
2019-07-31
Merge pull request #105 from akermu/use_termios
Lukas Fürmetz
2019-07-31
Fix handling of enter
Lukas Fürmetz
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
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 libvterm
update_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
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
2018-10-25
Add support for hiding the cursor
Lukas Fürmetz
2018-10-25
try support scroll
jixiufeng
2018-10-25
typdef Term
jixiufeng
2018-10-24
Remove useless includes
Lukas Fürmetz
[next]