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-13
Support mouse-scroll events
tmux_mouse_scroll_support
Lukas Fürmetz
2018-11-12
Free sb_buffer, when the terminal is finalized
Lukas Fürmetz
2018-11-12
Add vterm-exit-hook
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
Merge remote-tracking branch 'jixiuf/vterm-mode-map'
Lukas Fürmetz
2018-11-11
Bind all necessary keys in vterm-mode-map
Lukas Fürmetz
2018-11-11
add autoload cookie
jixiufeng
2018-11-11
make other keybinding with prefix like super- hyper- works.
jixiufeng
2018-11-11
Inhibit read-only when the size of the window is set
Lukas Fürmetz
2018-11-11
Update README
Lukas Fürmetz
2018-11-11
Set default values for cursor visible/blinking state
Lukas Fürmetz
2018-11-11
Merge pull request #28 from knazarov/cmake-library-search
Lukas Fürmetz
2018-11-10
Use CMake library search to look for libvterm location
Konstantin Nazarov
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
[next]