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
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-26
Revert "trying support blink-cursor-mode"
jixiuf
2019-07-18
Format files
Lukas Fürmetz
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-02-01
support paste and undo
jixiufeng
2019-01-29
Simplify color handling by using ansi-color-vector-names
Lukas Fürmetz
2019-01-29
Initialize colors from ansi-color-names-vector.
Lukas Fürmetz
2019-01-29
Fix color handling and support 256 colors
Lukas Fürmetz
2019-01-27
Remove unused function term_setup_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-12
Enable altscreen
Lukas Fürmetz
2018-12-01
ignore black at end of line
jixiufeng
2018-12-01
Refactor Window Width and Height
jixiufeng
2018-12-01
fix window resize
jixiufeng
2018-11-15
Minor cleanup
Lukas Fürmetz
2018-11-16
support set terminal title .
jixiufeng
2018-11-12
Free sb_buffer, when the terminal is finalized
Lukas Fürmetz
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-11
Replace goto with a if
Lukas Fürmetz
2018-11-11
Set default values for cursor visible/blinking state
Lukas Fürmetz
2018-11-10
only refresh invalid lines
jixiufeng
2018-11-10
replace refresh_row with refresh_lines
jixiufeng
2018-11-03
Recenter only, when buffer is the selected window
Lukas Fürmetz
2018-11-03
Refactor some helper functions
Lukas Fürmetz
2018-11-03
Revert "only refresh invalid lines"
Lukas Fürmetz
2018-11-03
Revert "ignore black cell at eol"
Lukas Fürmetz
2018-11-01
ignore black cell at eol
jixiufeng
2018-11-01
only refresh invalid lines
jixiufeng
2018-10-25
clang-format
Lukas Fürmetz
2018-10-25
Add support for cursor blinking
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
2018-10-19
Ensure long-lived emacs_value objects are global references
Eivind Fonn
2018-09-20
Use a emacs process for spawning the shell
Lukas Fürmetz
2017-11-23
Mark exported module functions as private with a double dash
Lukas Fürmetz
2017-11-23
Relocate a call to term_flush_output to Fvterm_update
Lukas Fürmetz
2017-11-22
Redraw once per update
Lukas Fürmetz
2017-11-22
Reset screen callbacks after update
Lukas Fürmetz
2017-11-21
Add support for customizing the shell program
Lukas Fürmetz
[next]