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-07-31
Add support for backtab
backtab_support
Lukas Fürmetz
2019-07-31
Revert "Add support for backtab"
Lukas Fürmetz
2019-07-31
Merge pull request #105 from akermu/use_termios
Lukas Fürmetz
2019-07-31
Set erase character explicitly via stty
use_termios
Lukas Fürmetz
2019-07-31
Add support for backtab
Lukas Fürmetz
2019-07-31
Fix handling of enter
Lukas Fürmetz
2019-07-30
Order variables and functions
Lukas Fürmetz
2019-07-30
inherited color from term.el instead of ansi-color
jixiuf
2019-07-30
add more faces,for example vterm-color-default vterm-color-black
jixiufeng
2019-07-30
support xterm-256color
jixiufeng
2019-07-18
Format elisp
Lukas Fürmetz
2019-07-04
Merge pull request #93 from jixiuf/fix-selecting-deleted-buffer
Lukas Fürmetz
2019-07-04
Merge pull request #86 from jixiuf/auto-compile
Lukas Fürmetz
2019-06-12
trying auto compile emacs-libvterm if require vterm-module failed
jixiufeng
2019-06-11
check buffer-live-p in vterm--filter
jixiufeng
2019-04-29
Fix: enter/return does not always works
Minh Nguyen-Hue
2019-04-28
Fix `window-size-change-function' for emacs > 26
Lukas Fürmetz
2019-04-21
supporting publish emacs-libvterm to Melpa.
jixiufeng
2019-02-19
Fix multiple vterm sessions
Lukas Fürmetz
2019-02-15
Bind the process environment correctly
Lukas Fürmetz
2019-02-01
Merge pull request #51 from jixiuf/paste-and-undo
Lukas Fürmetz
2019-02-01
check buffer-live-p in vterm--delayed-redraw
jixiufeng
2019-02-01
support paste and undo
jixiufeng
2019-01-31
Add env INSIDE_EMACS to vterm
Minh Nguyen-Hue
2019-01-29
Simplify color handling by using ansi-color-vector-names
Lukas Fürmetz
2019-01-29
Initialize colors from ansi-color-names-vector.
Lukas Fürmetz
2019-01-29
Fix magenta background
Lukas Fürmetz
2019-01-29
Bind "C-_" and "C-SPC" to itself
Lukas Fürmetz
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
[next]