aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-04-05Fix backtrack on doubleclick in vtermHEADmasterLin Sun
2025-11-19Fix return type of `string_bytes`Martin Geisler
2025-11-11Improve Markdown and fix typos in READMEMartin Geisler
2025-11-11Fix typo in `vterm-set-bold-highbright` variable nameMartin Geisler
2025-11-11Fix typos and grammar in commentsMartin Geisler
2025-09-29Fixes segfault when clicking error in compilation-shell-minor-modeBrian D. Caruso
2025-09-29Fix spellingJimmy Yuen Ho Wong
2025-01-13README: link the issue of running on WindowsKonstantin K
2024-12-17Add README entry for vterm-tramp-shellsFlorian Rommel
2024-12-17Try running the login shell by default for "ssh" and "scp" methodsFlorian Rommel
2024-12-17Add wildcard for vterm-tramp-shellsFlorian Rommel
2024-12-17Allow using the default login shell for remote connectionsFlorian Rommel
2024-12-12Update `vterm_printf()` and `clear` in README.mdJames Cherti
2024-11-18Fixes #731: Replace the default truncation character ($) with a spaceJames Cherti
2024-11-18Add *.elc to .gitignoreJames Cherti
2024-08-24Support modes derived from vtermPeter Breton
2024-07-05don't garble partial multi-byte character after control sequenceYubao Liu
2024-05-19Support overriding SB_MAX at compile-timeJacob Vallejo
2024-03-25Ensures the starting col is the same as later calculatedMike Brumlow
2024-03-18Fix typo: postion -> positionXiyue Deng
2024-01-02add example to use another font for vterm buffernohzafk
2024-01-02Differentiate foreground and background colorsIllia Ostapyshyn
2024-01-02Add separate faces for bright ANSI colorsIllia Ostapyshyn
2023-04-17Don't allow moving cursor below the last prompt via mouseJakub Kadlcik
2023-04-17Allow to find beginning and end of line from a specific pointJakub Kadlcik
2023-02-17Fix vterm--remove-fake-newlines when in an empty bufferDamien Cassou
2023-01-30Remove fake newlines in copy modejixiuf
2023-01-30init is_invalidated in Fvterm_newjixiuf
2023-01-30add LDFLAGS to statically link libvtermAnbang Wen
2023-01-30Use same shell as TRAMP on remotes.Aleksei Fedotov
2023-01-30config vterm-environment in dir_localsman.lu
2023-01-30Enable selection for commands in copy-modeInc0n
2022-11-18Fix #643Gabriele Bozzola
2022-11-17Support `sb_clear` callback if presentRussell McClellan
2022-11-17Tidy up README and zsh shell config filedoolio
2022-11-02Change a binding for S-prior back to scroll-down-commandSergei Zobov
2022-10-19Reflect human-friendly prompt change in README to configuration fileSuto, Masanori
2022-10-19Use `prompt_pwd` to format `/home/myuser/mydir` as `~/mydir`Suto, Masanori
2022-10-19fix #632 Meta/Alt not working in terminal/non-graphical modejixiuf
2022-08-31Merge pull request #627 from PuercoPop/patch-2jixiuf
2022-08-31Fix type for vterm-clear-scrollbark-when-clearingJavier Olaechea
2022-08-30check libvterm version,make it compile with libvterm<0.2jixiuf
2022-08-30update readme about libvterm 0.2 is needed.jixiuf
2022-08-27Merge pull request #620 from jixiuf/prefer-vterm--self-insertjixiuf
2022-08-27make-obsolete for all vterm-send-C-[a-z] vterm-send-M-[a-z] etc.jixiuf
2022-08-27Merge pull request #624 from jixiuf/osc52jixiuf
2022-08-27reimplement OSC 52 with VTermSelectionCallbacks from libvterm v0.2jixiuf
2022-08-27use mirror https://github.com/Sbozzolo/libvterm-mirror.git v0.2jixiuf
2022-08-27fix document of vterm-enable-manipulate-selection-data-by-osc52jixiuf
2022-08-27fix compile warning on emacs 29jixiuf