| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Improves performance when receiving large bursts of data.
|
|
Check vterm-keymap-exceptions for function keys
|
|
|
|
|
|
Fix dependency install command for Ubuntu
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bind terminal's C-y (yank/paste) to C-c C-y
|
|
C-y is bound to Emac's yank
|
|
Fix auto-install
|
|
enable yanking (pasting from clipboard / kill-ring)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
improve docs
|
|
|
|
support set terminal title .
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use CMake library search to look for libvterm location
|
|
On some platforms, the location of libvterm headers and library are
not in standard places that gcc/clang looks for by default.
The usual practice is to use find_path/find_library and then
link them properly. In my particular case, this helps clang to
find homebrew-installed libvterm on OS X.
|