aboutsummaryrefslogtreecommitdiff
path: root/vterm.el
AgeCommit message (Expand)Author
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-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
2017-11-21Add support for custom colorsLukas Fürmetz
2017-09-08Inform the user, when shell exitsLukas Fürmetz
2017-09-08Kill buffer and window, when shell exitsLukas Fürmetz
2017-08-28Disable scrolling with the mouse-wheelLukas Fürmetz
2017-08-28Fix #5: Use the window body size as terminal dimensionsLukas Fürmetz
2017-08-27Fix #6Lukas Fürmetz
2017-08-23Asynchronous communicationLukas Fürmetz
2017-08-21Remove unnecessary with-current-buffer formLukas Fürmetz
2017-08-08Add documentationLukas Fürmetz
2017-08-08Add M-x to `vterm-keymap-exceptions'Lukas Fürmetz
2017-07-27Implement dynamic window size changeLukas Fürmetz
2017-07-26Terminate process if corresponding buffer is killedLukas Fürmetz
2017-07-26Handle exit of shellLukas Fürmetz
2017-07-26Cancel timer, when buffer is killedLukas Fürmetz
2017-07-25Move buffer configuration into body of vterm-modeLukas Fürmetz
2017-07-25Immediately update bufferLukas Fürmetz
2017-07-25Define keybindings consistentlyLukas Fürmetz
2017-06-19Implement workaround for meta-prefix keysLukas Fürmetz
2017-06-11Fix exception bindingsLukas Fürmetz
2017-06-11Disable automatic scrolling in vterm buffersLukas Fürmetz
2017-06-11Remove horrible keybinding hackLukas Fürmetz
2017-06-11Add dependency on subr-xLukas Fürmetz
2017-06-11Make term the size of the bufferLukas Fürmetz