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.el
Age
Commit message (
Expand
)
Author
2019-01-27
Adapt color handling to the latest libvterm
update_libvterm
Lukas Fürmetz
2019-01-22
Merge pull request #39 from jixiuf/performance-improve
Lukas Fürmetz
2018-12-24
Improves performance when receiving large bursts of data.
jixiufeng
2018-12-21
Check vterm-keymap-exceptions for function keys
Eivind Fonn
2018-12-11
Merge remote-tracking branch 'jixiuf/fix-window-resize'
Lukas Fürmetz
2018-12-03
Merge branch 'run-vterm-exit-hook-with-1-args'
Lukas Fürmetz
2018-12-03
Rename vterm-set-title-hook to vterm-set-title-functions
jixiufeng
2018-12-01
use count-lines in (vterm--buffer-line-num)
jixiufeng
2018-11-25
run hook vterm-exit-hook with term buffer as argument
jixiufeng
2018-11-22
bind terminal's C-y (yank/paste) to C-c C-y
deb0ch
2018-11-21
Merge pull request #35 from deb0ch/vterm-install
Lukas Fürmetz
2018-11-21
auto-install: more helpful error message
Thomas de Beauchêne
2018-11-21
enable yanking (pasting from clipboard / kill-ring)
Thomas de Beauchêne
2018-11-19
compile silently
Thomas de Beauchêne
2018-11-19
formatting
Thomas de Beauchêne
2018-11-19
synchronous compilation to avoid (require 'vterm-module) error
Thomas de Beauchêne
2018-11-15
Merge pull request #31 from deb0ch/improve-docs
Lukas Fürmetz
2018-11-15
improve docs
Thomas de Beauchêne
2018-11-15
Minor cleanup
Lukas Fürmetz
2018-11-16
support set terminal title .
jixiufeng
2018-11-12
Add vterm-exit-hook
Lukas Fürmetz
2018-11-11
Merge branch 'only_refresh_invalid_lines_again'
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-10
replace refresh_row with refresh_lines
jixiufeng
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
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-21
Bugfix: Use append instead of nconc in vterm-mode
Eivind Fonn
2018-10-19
Bugfix: make vterm--process buffer-local
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
Fix vterm--face-color-hex in emacs-26
Lukas Fürmetz
2017-11-22
Add different ways to open a vterm
Lukas Fürmetz
2017-11-21
Add support for customizing the shell program
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
[next]