index
:
emacs-libvterm.git
akermu-patch-1
backtab_support
directory_tracking
doc_improvements
emacs_module_support
fix_ctrl_j
link_pthread
master
remote_directory_tracking
support_pagedown
tmux_mouse_scroll_support
update_libvterm
use_termios
vendor_libvterm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vterm.el
Age
Commit message (
Expand
)
Author
2017-11-21
Add support for customizing the shell program
Lukas Fürmetz
2017-11-21
Move private variables to end of the declarations
Lukas Fürmetz
2017-11-21
Use customize for `vterm-keymap-exceptions'
Lukas Fürmetz
2017-11-21
Mark private functions with a double dash
Lukas Fürmetz
2017-11-21
Add support for custom colors
Lukas Fürmetz
2017-09-08
Inform the user, when shell exits
Lukas Fürmetz
2017-09-08
Kill buffer and window, when shell exits
Lukas Fürmetz
2017-08-28
Disable scrolling with the mouse-wheel
Lukas Fürmetz
2017-08-28
Fix #5: Use the window body size as terminal dimensions
Lukas Fürmetz
2017-08-27
Fix #6
Lukas Fürmetz
2017-08-23
Asynchronous communication
Lukas Fürmetz
2017-08-21
Remove unnecessary with-current-buffer form
Lukas Fürmetz
2017-08-08
Add documentation
Lukas Fürmetz
2017-08-08
Add M-x to `vterm-keymap-exceptions'
Lukas Fürmetz
2017-07-27
Implement dynamic window size change
Lukas Fürmetz
2017-07-26
Terminate process if corresponding buffer is killed
Lukas Fürmetz
2017-07-26
Handle exit of shell
Lukas Fürmetz
2017-07-26
Cancel timer, when buffer is killed
Lukas Fürmetz
2017-07-25
Move buffer configuration into body of vterm-mode
Lukas Fürmetz
2017-07-25
Immediately update buffer
Lukas Fürmetz
2017-07-25
Define keybindings consistently
Lukas Fürmetz
2017-06-19
Implement workaround for meta-prefix keys
Lukas Fürmetz
2017-06-11
Fix exception bindings
Lukas Fürmetz
2017-06-11
Disable automatic scrolling in vterm buffers
Lukas Fürmetz
2017-06-11
Remove horrible keybinding hack
Lukas Fürmetz
2017-06-11
Add dependency on subr-x
Lukas Fürmetz
2017-06-11
Make term the size of the buffer
Lukas Fürmetz
2017-06-11
Improve docstring of vterm-keymap-exceptions
Lukas Fürmetz
2017-06-06
Process all I/O in the module
Lukas Fürmetz
2017-06-03
Implement basic input
Lukas Fürmetz
2017-05-31
We're dealing with bytes not utf-8!
Lukas Fürmetz
2017-05-29
Change process connection type to pty
Lukas Fürmetz
2017-05-29
Pass VTerm struct dynamically around
Lukas Fürmetz
2017-05-29
Another approach
Lukas Fürmetz