aboutsummaryrefslogtreecommitdiff
path: root/vterm.el
AgeCommit message (Expand)Author
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
2017-06-11Improve docstring of vterm-keymap-exceptionsLukas Fürmetz
2017-06-06Process all I/O in the moduleLukas Fürmetz
2017-06-03Implement basic inputLukas Fürmetz
2017-05-31We're dealing with bytes not utf-8!Lukas Fürmetz
2017-05-29Change process connection type to ptyLukas Fürmetz
2017-05-29Pass VTerm struct dynamically aroundLukas Fürmetz
2017-05-29Another approachLukas Fürmetz