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
Age
Commit message (
Expand
)
Author
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-03
Merge pull request #22 from jixiuf/only_refresh_invalid_lines
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
Fix typdef of struct Term
Lukas Fürmetz
2018-10-25
Add support for hiding the cursor
Lukas Fürmetz
2018-10-25
Merge remote-tracking branch 'jixiuf/scrollback-support'
Lukas Fürmetz
2018-10-25
try support scroll
jixiufeng
2018-10-25
typdef Term
jixiufeng
2018-10-24
Add function vterm-module-compile
Lukas Fürmetz
2018-10-24
Run vterm when invoking `make run`
Lukas Fürmetz
2018-10-24
Partially revert ce649ded58b1d8016f791ec6093de6c83470e07f
Lukas Fürmetz
2018-10-24
Add missing docstrings
Lukas Fürmetz
2018-10-24
Remove useless functions
Lukas Fürmetz
2018-10-24
Remove useless includes
Lukas Fürmetz
2018-10-24
Bundle emacs-module header
Lukas Fürmetz
2018-10-23
Merge pull request #20 from TheBB/nconc
Lukas Fürmetz
2018-10-21
Bugfix: Use append instead of nconc in vterm-mode
Eivind Fonn
2018-10-21
Merge pull request #17 from TheBB/globref
Lukas Fürmetz
2018-10-21
Merge pull request #19 from TheBB/typo
Lukas Fürmetz
2018-10-19
Bugfix: make vterm--process buffer-local
Eivind Fonn
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
2018-09-19
Merge pull request #11 from crazytan/master
Lukas Fürmetz
2018-03-13
add -Q option when printing emacs version
Jia Tan
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-23
Fix vterm--face-color-hex in emacs-26
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-22
Add different ways to open a vterm
Lukas Fürmetz
2017-11-22
Fix build on Mac OS X
Lukas Fürmetz
2017-11-22
Add a note on debugging to README
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
Move private variables to end of the declarations
Lukas Fürmetz
2017-11-21
Use customize for `vterm-keymap-exceptions'
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
Add include guards to header files
Lukas Fürmetz
2017-11-21
Cleanup elisp.c and elisp.h
Lukas Fürmetz
2017-11-21
Implement support for hiding the cursor
Lukas Fürmetz
[prev]
[next]