aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2025-11-11Improve Markdown and fix typos in READMEMartin Geisler
2025-01-13README: link the issue of running on WindowsKonstantin K
It seems there is demand for making this work on Windows, so would be nice if the text that says it doesn't work would be linked to the issue that contains the research. This will allow interested people *(if such appear)* to avoid researching everything from scratch, but rather basing their work on the information already done by others. This came up on SE: https://emacs.stackexchange.com/questions/82896/error-use-package-vterm-catch-searching-for-program-no-such-file-or-direct/82909#82909
2024-12-17Add README entry for vterm-tramp-shellsFlorian Rommel
2024-12-12Update `vterm_printf()` and `clear` in README.mdJames Cherti
- `vterm_printf()`: Fix the ShellCheck warning SC2235: 'Use { ..; } instead of (..) to avoid subshell overhead.' https://www.shellcheck.net/wiki/SC2235 - Replace `clear` with a POSIX-compliant function
2024-01-02add example to use another font for vterm buffernohzafk
2024-01-02Differentiate foreground and background colorsIllia Ostapyshyn
Allow using different background and foreground colors for same ANSI index, analogously to how term-mode does it. Remove magical indices for underlined cells with default foreground and inverse-video cells with default background. Instead, pass relevant info to lisp function to handle these cases at higher level. * elisp.c, elisp.h (Fapply): New binding. (vterm_get_color): Add new argument for optional attributes. * vterm-module.c (cell_rgb_color): Pass relevant attributes to vterm_get_color. * vterm.el (vterm--get-color): Use foreground or background color of the face depending on received attributes. * README.md: Update documentation
2024-01-02Add separate faces for bright ANSI colorsIllia Ostapyshyn
* vterm.el (vterm-color-bright-*, vterm-color-palette): New faces. (vterm--get-color): Use new bright faces. * README.md: Mention new faces.
2023-01-30Remove fake newlines in copy modejixiuf
when vterm-copy-mode-remove-fake-newlines is not nil. See #497 .
2022-11-17Tidy up README and zsh shell config filedoolio
Remove unnecessary semi-colon from vterm_prompt_end() function in zsh source code block. Apply consistent naming to source code blocks (e.g. elisp vs emacs-lisp vs emacs etc.) to avoid confusion. Remove superfluous whitespace before some source code block names. Apply consistent whitespace either side of source code blocks improving readability when editing. See #635.
2022-10-19Use `prompt_pwd` to format `/home/myuser/mydir` as `~/mydir`Suto, Masanori
2022-08-30update readme about libvterm 0.2 is needed.jixiuf
2022-08-27make-obsolete for all vterm-send-C-[a-z] vterm-send-M-[a-z] etc.jixiuf
and vterm-send-{up/down/left/right/prior/next/meta-dot/meta-comma/ctrl-slash}. and would be removed in v0.1
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.
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-07-11Correctly append to `PROMPT_COMMAND` for bash.John Michael Wu
2021-02-07Merge pull request #475 from felker/hotfix/tmuxjixiuf
Fix vterm_printf tmux escape sequence pass through
2021-02-07Fix vterm_printf tmux escape sequence pass throughKyle Gerard Felker
Such that it is not activated if Emacs and vterm are running within a tmux session. The passthrough still functions for running tmux within Emacs and vterm
2021-01-11fix cursor type after hide cursor and show againYubao Liu
This patch also adds support for cursor blink. VIM emits these ANSI escape sequences in insert mode: \x1b[?25h show cursor \x1b[?25l hide cursor
2021-01-07Remove broken linkGabriele Bozzola
2020-12-17Fix typos and capitalizationsamihda
2020-11-13Use bash variable instead of escape sequencesGabriele Bozzola
Fixes #334
2020-11-13vterm--get-color: return nil for the default casesGregory Heytings
2020-11-13Rename vterm-disable-bold-font to vterm-disable-boldGabriele Bozzola
2020-11-13readme mention vterm-environment and EMACS_VTERM_PATHjixiuf
2020-11-12Summarize Ubuntu 20.04 stepsBen Schmidt
2020-11-12.md formattingBen Schmidt
2020-11-1220.04 Emacs27 install optionsBen Schmidt
2020-11-12Add libtool-binBen Schmidt
2020-11-12Ubuntu 20.04Ben Schmidt
2020-11-12Support osc 52 Manipulate Selection Data.jixiuf
https://invisible-island.net/xterm/ctlseqs/ctlseqs.html
2020-10-04Clarify that vterm_printf has to be defined for dir trackingGabriele Bozzola
2020-09-21Specify that find_file will open dired in called with no argumentsGabriele Bozzola
2020-09-22 Set default open path to the current path for fishjixiuf
2020-09-21Set default open path to the current path我没有抓狂
2020-09-06Add another way to perform directory tracking in READMEGabriele Bozzola
2020-09-06Add vterm_cmd to etc/shellsGabriele Bozzola
2020-09-05Fix verbs in some docstringsGabriele Bozzola
2020-09-05Merge pull request #318 from arjanadriaanse/add-shell-configsGabriele Bozzola
Add shell configs examples
2020-09-05Add shell configuration filesArjan Adriaanse
2020-08-30add vterm_cmd examples for fish shellBenjamin Slade
- also, change following line to make the transition clearer
2020-08-21Add implementation of vterm_cmd helper for fishJames Cash
2020-07-13Fix missing word in READMEGabriele Bozzola
2020-07-13Decrese size of heading in READMEGabriele Bozzola
2020-07-13Expand docstring of vterm-prompt-detection-methodGabriele Bozzola
2020-07-11Rename vterm-use-vterm-prompt to vterm-use-vterm-prompt-detection-methodGabriele Bozzola
2020-07-11Add description on how to increase the scrollbackGabriele Bozzola
2020-07-11Add further explanation for vterm-kill-buffer-on-exitGabriele Bozzola
2020-06-13Add comments on prompt identificationGabriele Bozzola
2020-05-26Fix message passage for long commands, add more FAQsGabriele Bozzola
2020-05-15Fix typos in READMEGabriele Bozzola