| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-27 | unbind M-{A-Z} #575 related | jixiuf | |
| 2022-08-22 | Merge pull request #617 from jixiuf/try-fix-598 | jixiuf | |
| try fix #598. treat `ESC =` as control seq. | |||
| 2022-08-22 | fix #622 | jixiuf | |
| 2022-08-21 | Merge pull request #621 from jixiuf/undo | jixiuf | |
| Better vterm-undo key bind and close #613 | |||
| 2022-08-20 | Better vterm-undo key bind and close #613 | jixiuf | |
| 2022-08-20 | Merge pull request #619 from jixiuf/prefer-vterm--self-insert | jixiuf | |
| Prefer vterm--self-insert | |||
| 2022-08-20 | delete recent added vterm-send-meta-{up/down/left/right} | jixiuf | |
| 2022-08-20 | prefer vterm--self-insert | jixiuf | |
| 2022-08-20 | Merge pull request #618 from jixiuf/send-key | jixiuf | |
| rewrite vterm--self-insert/vterm-send/vterm-send-next-key. | |||
| 2022-08-20 | rewrite vterm--self-insert/vterm-send/vterm-send-next-key. | jixiuf | |
| rewrite these functions with vterm--translate-event-to-args. | |||
| 2022-08-20 | try 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-20 | Merge pull request #591 from tarsiiformes/silencio | jixiuf | |
| Declare variable before first use | |||
| 2022-08-20 | Merge pull request #616 from gmlarumbe/master | jixiuf | |
| Add vterm-send-meta<up,down,left,right> functions and keybindings | |||
| 2022-08-17 | Add vterm-send-meta<up,down,left,right> functions and keybindings | Gonzalo Larumbe | |
| 2022-06-17 | Declare variable before first use | Jonas Bernoulli | |
| 2022-06-13 | Improve error message when command not in vterm-eval-cmds | Gabriele Bozzola | |
| 2022-06-13 | Clean up minor typos | Gabriele Bozzola | |
| 2022-04-29 | Merge pull request #590 from tarsiiformes/silencio | jixiuf | |
| Silence byte-compiler | |||
| 2022-04-28 | Silence byte-compiler | Jonas 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-27 | Revert "fixup, should close #584" "trim trailing whitespace" | jixiuf | |
| This reverts commit dccb6b23edb8c983eb2a3862fad3c9602c03b8df and 17f80c2259512db55003d78c894c308aaa2283e2 | |||
| 2022-04-21 | Add send-next-key function | Tyler Grinn | |
| Read next input event and send it to the libvterm. This is useful for controlling an emacs session within emacs-libvterm. | |||
| 2022-04-18 | fixup, should close #584 | jixiuf | |
| 2022-04-16 | trim trailing whitespace | jixiuf | |
| 2022-04-16 | rewrite vterm-goto-char and vterm-delete-region | jixiuf | |
| 2022-04-12 | make vterm-cursor-in-command-buffer-p work when shell buffer is multi-line | jixiuf | |
| 2021-12-26 | Merge pull request #562 from blahgeek/fix-visibility | jixiuf | |
| Do not export unnecessary symbols in dynamic library | |||
| 2021-12-15 | Do not export unnecessary symbols in dynamic library | Yikai Zhao | |
| 2021-12-09 | Merge pull request #560 from jixiuf/master | jixiuf | |
| add option vterm-set-bold-hightbright | |||
| 2021-12-09 | add option vterm-set-bold-hightbright | jixiuf | |
| 2021-09-08 | close #529 #496 fix Laggy scrolling in terminal programs. | jixiuf | |
| 2021-09-08 | close #535 remove "C-v" "M-v" from vterm-keymap-exceptions. | jixiuf | |
| 2021-09-08 | close #533, Warning: docstring wider than 80 characters . | jixiuf | |
| 2021-09-08 | require tramp and bookmark close #545 fix vterm over tramp broken | jixiuf | |
| 2021-09-05 | Merge pull request #544 from tarsiiformes/fixup | jixiuf | |
| Call vterm-copy-mode-done with the mandatory ARG argument | |||
| 2021-09-04 | Call vterm-copy-mode-done with the mandatory ARG argument | Jonas Bernoulli | |
| See #486. | |||
| 2021-09-02 | Merge pull request #543 from jixiuf/master | jixiuf | |
| support creating ssh using docker-tramp by add vterm-tramp-shells. | |||
| 2021-09-02 | support creating ssh using docker-tramp by add vterm-tramp-shells. | jixiuf | |
| 2021-08-24 | Merge pull request #541 from adamrt/master | Gabriele Bozzola | |
| Update documentation for Debian versions | |||
| 2021-08-24 | Update documentation for Debian versions | Adam Patterson | |
| Debian 11 is now stable and currently has 0.1.4-1 of libvterm-dev in packages. | |||
| 2021-08-04 | indent code | jixiuf | |
| 2021-08-03 | fix bug of #531 (vterm--internal) should return created vterm buffer | jixiuf | |
| 2021-08-03 | add :type and :group for vterm-bookmark-check-dir. | jixiuf | |
| 2021-08-03 | Merge pull request #486 from JimDBh/bookmark | jixiuf | |
| Support bookmarks in vterm. | |||
| 2021-08-03 | Correctly append to `PROMPT_COMMAND` for bash in etc/emacs-vterm-bash.sh | jixiuf | |
| 2021-08-03 | Merge pull request #531 from c-zx/master | jixiuf | |
| Fix incorrect terminal width when using vterm-other-window | |||
| 2021-08-03 | Merge pull request #536 from johnmwu/readme-prompt-command | jixiuf | |
| Correctly append to `PROMPT_COMMAND` for bash. | |||
| 2021-08-03 | Merge pull request #523 from tomfitzhenry/tramp | jixiuf | |
| WIP: Support opening a vterm over TRAMP/SSH | |||
| 2021-07-11 | Correctly append to `PROMPT_COMMAND` for bash. | John Michael Wu | |
| 2021-06-22 | Call `vterm-mode` after window is created | Cao 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-18 | Merge pull request #530 from tarsiiformes/indentation | Gabriele Bozzola | |
| Fix indentation and enforce use of spaces | |||
