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-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
2017-11-21
Rebase
Lukas Fürmetz
2017-11-21
Mark private functions with a double dash
Lukas Fürmetz
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
Implement support for hiding the cursor
Lukas Fürmetz
2017-11-21
Implement support for the rest of the special keys
Lukas Fürmetz
2017-11-16
Cleanup vterm-module.c and vterm-module.h
Lukas Fürmetz
2017-11-16
Extract elisp related functionality into elisp.c
Lukas Fürmetz
2017-11-16
Extract utf8.c
Lukas Fürmetz
2017-11-15
Add .clang-format
Lukas Fürmetz
2017-11-15
Remove compiler warning
Lukas Fürmetz
2017-11-15
Remove unused functions
Lukas Fürmetz
2017-11-15
Add timeout to vterm_update
Lukas Fürmetz
2017-11-15
Extract function vterm_put_caret
Lukas Fürmetz
[next]