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
Branch
Commit message
Author
Age
backtab_support
Add support for backtab
Lukas Fürmetz
7 years
directory_tracking
Avoid freeing an unallocated buffer
Lukas Fürmetz
7 years
doc_improvements
Clarify colors in README and doctext
Lukas Fürmetz
7 years
emacs_module_support
Verify and clarify that vterm needs module support
Lukas Fuermetz
7 years
fix_ctrl_j
Add special handling for C-j
Lukas Fürmetz
7 years
master
Fix backtrack on doubleclick in vterm
Lin Sun
7 weeks
remote_directory_tracking
Add remote directory tracking
Lukas Fürmetz
7 years
support_pagedown
Add support for the <next> key
Lukas Fürmetz
7 years
update_libvterm
Adapt color handling to the latest libvterm
Lukas Fürmetz
7 years
use_termios
Set erase character explicitly via stty
Lukas Fürmetz
7 years
[...]
Age
Commit message
Author
2019-08-03
Avoid freeing an unallocated buffer
directory_tracking
Lukas Fürmetz
2019-08-03
Add directory tracking via OSC callback
Lukas Fürmetz
2019-08-03
Merge pull request #99 from jixiuf/support-yank-pop
Lukas Fürmetz
2019-08-03
support yank-pop
jixiufeng
2019-08-03
Merge pull request #108 from jixiuf/support-vterm-copy-mode
jixiuf
2019-08-03
Formatting
Lukas Fürmetz
2019-08-01
run clang-format
jixiuf
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
[...]