aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-27unbind M-{A-Z} #575 relatedjixiuf
2022-08-22Merge pull request #617 from jixiuf/try-fix-598jixiuf
try fix #598. treat `ESC =` as control seq.
2022-08-22fix #622jixiuf
2022-08-21Merge pull request #621 from jixiuf/undojixiuf
Better vterm-undo key bind and close #613
2022-08-20Better vterm-undo key bind and close #613jixiuf
2022-08-20Merge pull request #619 from jixiuf/prefer-vterm--self-insertjixiuf
Prefer vterm--self-insert
2022-08-20delete recent added vterm-send-meta-{up/down/left/right}jixiuf
2022-08-20prefer vterm--self-insertjixiuf
2022-08-20Merge pull request #618 from jixiuf/send-keyjixiuf
rewrite vterm--self-insert/vterm-send/vterm-send-next-key.
2022-08-20rewrite vterm--self-insert/vterm-send/vterm-send-next-key.jixiuf
rewrite these functions with vterm--translate-event-to-args.
2022-08-20try fix #598. `ESC =`(Application Keypad (DECKPAM)) as control seq.jixiuf
see https://invisible-island.net/xterm/ctlseqs/ctlseqs.html for `ESC =` when run ghci it echo "\e=Prelude>", I think `\e=` should be treat as control seq?
2022-08-20Merge pull request #591 from tarsiiformes/silenciojixiuf
Declare variable before first use
2022-08-20Merge pull request #616 from gmlarumbe/masterjixiuf
Add vterm-send-meta<up,down,left,right> functions and keybindings
2022-08-17Add vterm-send-meta<up,down,left,right> functions and keybindingsGonzalo Larumbe
2022-06-17Declare variable before first useJonas Bernoulli
2022-06-13Improve error message when command not in vterm-eval-cmdsGabriele Bozzola
2022-06-13Clean up minor typosGabriele Bozzola
2022-04-29Merge pull request #590 from tarsiiformes/silenciojixiuf
Silence byte-compiler
2022-04-28Silence byte-compilerJonas Bernoulli
In truth `looking-back' does not (yet) require the second argument, but since 5161c9ca6a6107da30d411fb2ad72e01d08e5704 it claims that it does. Instead of merely silencing this warning it would be better to provide a non-nil value for LIMIT. The reason that this function is now advertised as requiring two arguments is that it may perform horribly if no proper limit is specified.
2022-04-27Revert "fixup, should close #584" "trim trailing whitespace"jixiuf
This reverts commit dccb6b23edb8c983eb2a3862fad3c9602c03b8df and 17f80c2259512db55003d78c894c308aaa2283e2
2022-04-21Add send-next-key functionTyler Grinn
Read next input event and send it to the libvterm. This is useful for controlling an emacs session within emacs-libvterm.
2022-04-18fixup, should close #584jixiuf
2022-04-16trim trailing whitespacejixiuf
2022-04-16rewrite vterm-goto-char and vterm-delete-regionjixiuf
2022-04-12make vterm-cursor-in-command-buffer-p work when shell buffer is multi-linejixiuf
2021-12-26Merge pull request #562 from blahgeek/fix-visibilityjixiuf
Do not export unnecessary symbols in dynamic library
2021-12-15Do not export unnecessary symbols in dynamic libraryYikai Zhao
2021-12-09Merge pull request #560 from jixiuf/masterjixiuf
add option vterm-set-bold-hightbright
2021-12-09add option vterm-set-bold-hightbrightjixiuf
2021-09-08close #529 #496 fix Laggy scrolling in terminal programs.jixiuf
2021-09-08close #535 remove "C-v" "M-v" from vterm-keymap-exceptions.jixiuf
2021-09-08close #533, Warning: docstring wider than 80 characters .jixiuf
2021-09-08require tramp and bookmark close #545 fix vterm over tramp brokenjixiuf
2021-09-05Merge pull request #544 from tarsiiformes/fixupjixiuf
Call vterm-copy-mode-done with the mandatory ARG argument
2021-09-04Call vterm-copy-mode-done with the mandatory ARG argumentJonas Bernoulli
See #486.
2021-09-02Merge pull request #543 from jixiuf/masterjixiuf
support creating ssh using docker-tramp by add vterm-tramp-shells.
2021-09-02support creating ssh using docker-tramp by add vterm-tramp-shells.jixiuf
2021-08-24Merge pull request #541 from adamrt/masterGabriele Bozzola
Update documentation for Debian versions
2021-08-24Update documentation for Debian versionsAdam Patterson
Debian 11 is now stable and currently has 0.1.4-1 of libvterm-dev in packages.
2021-08-04indent codejixiuf
2021-08-03fix bug of #531 (vterm--internal) should return created vterm bufferjixiuf
2021-08-03add :type and :group for vterm-bookmark-check-dir.jixiuf
2021-08-03Merge pull request #486 from JimDBh/bookmarkjixiuf
Support bookmarks in vterm.
2021-08-03 Correctly append to `PROMPT_COMMAND` for bash in etc/emacs-vterm-bash.shjixiuf
2021-08-03Merge pull request #531 from c-zx/masterjixiuf
Fix incorrect terminal width when using vterm-other-window
2021-08-03Merge pull request #536 from johnmwu/readme-prompt-commandjixiuf
Correctly append to `PROMPT_COMMAND` for bash.
2021-08-03Merge pull request #523 from tomfitzhenry/trampjixiuf
WIP: Support opening a vterm over TRAMP/SSH
2021-07-11Correctly append to `PROMPT_COMMAND` for bash.John Michael Wu
2021-06-22Call `vterm-mode` after window is createdCao ZhenXiang
This fixes incorrect terminal width when using `vterm-other-window`. Vterm sets terminal width in `vterm-mode` by calling `window-body-width`. If we call `vterm-mode` before terminal window creation, it would actually get previous window's width.
2021-06-18Merge pull request #530 from tarsiiformes/indentationGabriele Bozzola
Fix indentation and enforce use of spaces