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
2018-11-11
Bind all necessary keys in vterm-mode-map
Lukas Fürmetz
2018-11-11
add autoload cookie
jixiufeng
2018-11-11
make other keybinding with prefix like super- hyper- works.
jixiufeng
2018-11-11
Inhibit read-only when the size of the window is set
Lukas Fürmetz
2018-11-03
Refactor some helper functions
Lukas Fürmetz
2018-11-03
Revert "only refresh invalid lines"
Lukas Fürmetz
2018-11-03
Revert "ignore black cell at eol"
Lukas Fürmetz
2018-11-01
ignore black cell at eol
jixiufeng
2018-11-01
only refresh invalid lines
jixiufeng
2018-10-25
clang-format
Lukas Fürmetz
2018-10-25
try support scroll
jixiufeng
2018-10-25
typdef Term
jixiufeng
2018-10-24
Add function vterm-module-compile
Lukas Fürmetz
2018-10-24
Run vterm when invoking `make run`
Lukas Fürmetz
2018-10-24
Partially revert ce649ded58b1d8016f791ec6093de6c83470e07f
Lukas Fürmetz
2018-10-24
Add missing docstrings
Lukas Fürmetz
2018-10-24
Remove useless functions
Lukas Fürmetz
2018-10-21
Bugfix: Use append instead of nconc in vterm-mode
Eivind Fonn
2018-10-19
Bugfix: make vterm--process buffer-local
Eivind Fonn
2018-09-20
Use a emacs process for spawning the shell
Lukas Fürmetz
2017-11-23
Mark exported module functions as private with a double dash
Lukas Fürmetz
2017-11-23
Fix vterm--face-color-hex in emacs-26
Lukas Fürmetz
2017-11-22
Add different ways to open a vterm
Lukas Fürmetz
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
[next]