aboutsummaryrefslogtreecommitdiff
path: root/vterm.el
AgeCommit message (Expand)Author
2019-01-27Adapt color handling to the latest libvtermupdate_libvtermLukas Fürmetz
2019-01-22Merge pull request #39 from jixiuf/performance-improveLukas Fürmetz
2018-12-24Improves performance when receiving large bursts of data.jixiufeng
2018-12-21Check vterm-keymap-exceptions for function keysEivind Fonn
2018-12-11Merge remote-tracking branch 'jixiuf/fix-window-resize'Lukas Fürmetz
2018-12-03Merge branch 'run-vterm-exit-hook-with-1-args'Lukas Fürmetz
2018-12-03Rename vterm-set-title-hook to vterm-set-title-functionsjixiufeng
2018-12-01use count-lines in (vterm--buffer-line-num)jixiufeng
2018-11-25run hook vterm-exit-hook with term buffer as argumentjixiufeng
2018-11-22bind terminal's C-y (yank/paste) to C-c C-ydeb0ch
2018-11-21Merge pull request #35 from deb0ch/vterm-installLukas Fürmetz
2018-11-21auto-install: more helpful error messageThomas de Beauchêne
2018-11-21enable yanking (pasting from clipboard / kill-ring)Thomas de Beauchêne
2018-11-19compile silentlyThomas de Beauchêne
2018-11-19formattingThomas de Beauchêne
2018-11-19synchronous compilation to avoid (require 'vterm-module) errorThomas de Beauchêne
2018-11-15Merge pull request #31 from deb0ch/improve-docsLukas Fürmetz
2018-11-15improve docsThomas de Beauchêne
2018-11-15Minor cleanupLukas Fürmetz
2018-11-16support set terminal title .jixiufeng
2018-11-12Add vterm-exit-hookLukas Fürmetz
2018-11-11Merge branch 'only_refresh_invalid_lines_again'Lukas Fürmetz
2018-11-11Bind all necessary keys in vterm-mode-mapLukas Fürmetz
2018-11-11add autoload cookiejixiufeng
2018-11-11make other keybinding with prefix like super- hyper- works.jixiufeng
2018-11-11Inhibit read-only when the size of the window is setLukas Fürmetz
2018-11-10replace refresh_row with refresh_linesjixiufeng
2018-11-03Refactor some helper functionsLukas Fürmetz
2018-11-03Revert "only refresh invalid lines"Lukas Fürmetz
2018-11-03Revert "ignore black cell at eol"Lukas Fürmetz
2018-11-01ignore black cell at eoljixiufeng
2018-11-01only refresh invalid linesjixiufeng
2018-10-25clang-formatLukas Fürmetz
2018-10-25try support scrolljixiufeng
2018-10-25typdef Termjixiufeng
2018-10-24Add function vterm-module-compileLukas Fürmetz
2018-10-24Run vterm when invoking `make run`Lukas Fürmetz
2018-10-24Partially revert ce649ded58b1d8016f791ec6093de6c83470e07fLukas Fürmetz
2018-10-24Add missing docstringsLukas Fürmetz
2018-10-24Remove useless functionsLukas Fürmetz
2018-10-21Bugfix: Use append instead of nconc in vterm-modeEivind Fonn
2018-10-19Bugfix: make vterm--process buffer-localEivind Fonn
2018-09-20Use a emacs process for spawning the shellLukas Fürmetz
2017-11-23Mark exported module functions as private with a double dashLukas Fürmetz
2017-11-23Fix vterm--face-color-hex in emacs-26Lukas Fürmetz
2017-11-22Add different ways to open a vtermLukas Fürmetz
2017-11-21Add support for customizing the shell programLukas Fürmetz
2017-11-21Move private variables to end of the declarationsLukas Fürmetz
2017-11-21Use customize for `vterm-keymap-exceptions'Lukas Fürmetz
2017-11-21Mark private functions with a double dashLukas Fürmetz