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-08-08
Merge pull request #119 from mbrumlow/master
Lukas Fürmetz
2019-08-08
Merge branch 'master' of https://github.com/akermu/emacs-libvterm
Michael Brumlow
2019-08-08
Verify and clarify that vterm needs module support
emacs_module_support
Lukas Fuermetz
2019-08-07
Save and restore point in copy mode.
Michael Brumlow
2019-08-06
Add remote directory tracking
remote_directory_tracking
Lukas Fürmetz
2019-08-03
Add directory tracking via OSC callback
Lukas Fürmetz
2019-08-03
support yank-pop
jixiufeng
2019-08-03
Formatting
Lukas Fürmetz
2019-08-01
add missing keybind and make the keybinding work for emacs -nw
jixiuf
2019-08-01
order keybindings,no code change
jixiuf
2019-08-01
replace `ctrl-s` and `ctrl-q` with tcflow(term->pty_fd,TCOON/TCOOFF);
jixiuf
2019-08-01
add vterm-copy-mode.
jixiuf
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
[next]