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 (
Collapse
)
Author
2018-11-11
Set default values for cursor visible/blinking state
Lukas Fürmetz
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
This reverts commit d8f3388733cfb5abbe00966ab30e1672ed0ae046.
2018-11-03
Revert "ignore black cell at eol"
Lukas Fürmetz
This reverts commit 78d80fadd8209157f97fd0a53a9a58b4ff009bf7.
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
2017-11-09
Process as many bytes as possible when updating
Lukas Fürmetz
2017-11-08
Intern put-text-property just once
Lukas Fürmetz
2017-09-08
Sleep for 20 milliseconds not microseconds
Lukas Fürmetz
2017-09-08
Kill event-loop when the shell exits
Lukas Fürmetz
2017-09-08
Intern all symbols and functions once
Lukas Fürmetz
2017-08-27
Make text properties always valid
Lukas Fürmetz
2017-08-23
Asynchronous communication
Lukas Fürmetz
2017-08-15
Fix build on OSX
Benjamin Loulier
2017-07-28
Basic support for multi-width chars
Lukas Fürmetz
2017-07-28
Implement basic UTF-8 support
Lukas Fürmetz
2017-07-27
Fix bold and italic
Lukas Fürmetz
2017-07-27
Implement dynamic window size change
Lukas Fürmetz
2017-07-26
Terminate process if corresponding buffer is killed
Lukas Fürmetz
2017-07-26
Handle exit of shell
Lukas Fürmetz
2017-07-26
Improve performance by rendering consecutive parts of output text
Lukas Fürmetz
2017-07-25
Implement almost all of the attributes of libvterm
Lukas Fürmetz
[next]