aboutsummaryrefslogtreecommitdiff
path: root/vterm.el
AgeCommit message (Expand)Author
2020-11-13Merge branch 'master' into disable_automatic_fontificationjixiuf
2020-11-13[Fix] Gross hack to work around problem on *BSDAshton Fagg
2020-11-13add missing (require 'find-func) for find-library-namejixiuf
2020-11-13bind C-]jixiuf
2020-11-13add defcustom vterm-environment and env EMACS_VTERM_PATHjixiuf
2020-11-12Fix customizing vterm-keymap-exceptionsJonas Bernoulli
2020-11-12Support osc 52 Manipulate Selection Data.jixiuf
2020-10-25Disable all automatic fontificationGabriele Bozzola
2020-10-04Don't resize while in vterm-copy-modeGabriele Bozzola
2020-09-26Revert "avoid garbling of certain multibyte characters ."jixiuf
2020-09-23avoid garbling of certain multibyte characters .jixiuf
2020-09-05Fix verbs in some docstringsGabriele Bozzola
2020-08-24Update two doc-stringsJonas Bernoulli
2020-08-24Define key bindings inside defvar formsJonas Bernoulli
2020-08-24Split vterm.el into outline sectionsJonas Bernoulli
2020-08-13With the native-compile feature enabled, properly find build dirMatthew Sojourner Newton
2020-07-13Merge pull request #364 from Sbozzolo/update_readmeGabriele Bozzola
2020-07-13Expand docstring of vterm-prompt-detection-methodGabriele Bozzola
2020-07-13don't throw error when search-backward-regexp failsbrotzeit
2020-07-12Update package descriptionGabriele Bozzola
2020-07-11Rename vterm-use-vterm-prompt to vterm-use-vterm-prompt-detection-methodGabriele Bozzola
2020-07-07Merge pull request #347 from Sbozzolo/send_escapeGabriele Bozzola
2020-07-07Merge pull request #358 from Sbozzolo/segfault_copy_modeGabriele Bozzola
2020-07-01Disable vterm-copy-mode outside vterm buffersGabriele Bozzola
2020-06-28Check for vterm--term pointerGabriele Bozzola
2020-06-13Add vterm-send-escapeGabriele Bozzola
2020-05-26Fix message passage for long commands, add more FAQsGabriele Bozzola
2020-04-28Merge pull request #307 from Sbozzolo/ask_for_compilationGabriele Bozzola
2020-04-28Fix vterm--at-prompt-pGabriele Bozzola
2020-04-29fix (vterm--get-prompt-point) return nil when no prompt foundjixiuf
2020-04-27Merge pull request #289 from Sbozzolo/remove_rename_functionsGabriele Bozzola
2020-04-27Ask users for permission to compile moduleGabriele Bozzola
2020-04-21Fix typos (postion -> position)Gabriele Bozzola
2020-04-18Merge pull request #299 from Sbozzolo/change_major_modeGabriele Bozzola
2020-04-17Substitute vterm-set-title-functions with vterm-buffer-name-stringGabriele Bozzola
2020-04-17Rename vterm-clear-scrollback to vterm-clear-scrollback-when-clearingGabriele Bozzola
2020-04-17Prevent change of major-modeGabriele Bozzola
2020-04-13Clean code to silence warnings/errors from compiler/linterGabriele Bozzola
2020-04-12Remove vterm_module_make.el to simplify byte-compilationGabriele Bozzola
2020-04-11[add] Commentary for the special color indexesZajcev Evgeny
2020-04-11[add] Custom faces for cells with underline/inverse-video attrsZajcev Evgeny
2020-04-11vterm-copy-mode-done copies the line if there is no region (#281)Zack Allison
2020-04-05Merge pull request #251 from fbergroth/compile-stuffGabriele Bozzola
2020-03-27reimplements vterm--get-prompt-point with text property and bind vterm-previo...jixiuf
2020-03-19This commit fixes the newlines when copied and pasted.Mike Brumlow
2020-03-16add vterm-check-proc #270jixiuf
2020-03-16Add missing binding: M-< and M->jixiuf
2020-03-09Evaluate parts during compilationFredrik Bergroth
2020-03-09Inline vterm-bind-keyFredrik Bergroth
2020-03-09Remove unused codeFredrik Bergroth