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
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
2018-10-24
Bundle emacs-module header
Lukas Fürmetz
2018-09-20
Use a emacs process for spawning the shell
Lukas Fürmetz
2017-11-22
Fix build on Mac OS X
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
Add include guards to header files
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 unused functions
Lukas Fürmetz
2017-11-15
Extract function vterm_put_caret
Lukas Fürmetz
2017-11-08
Intern put-text-property just once
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-23
Asynchronous communication
Lukas Fürmetz
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
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
2017-07-25
Run clang-format on c-files
Lukas Fürmetz
2017-07-25
Use propertize instead of put-text-property
Lukas Fürmetz
2017-07-03
Split vterm.c into header and source
Lukas Fürmetz