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
Age
Commit message (
Expand
)
Author
2017-11-22
Link libpthread into module
link_pthread
Lukas Fürmetz
2017-11-22
Add a note on debugging to README
Lukas Fürmetz
2017-11-21
Add support for customizing the shell program
Lukas Fürmetz
2017-11-21
Rebase
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-11-21
Move render_text into vterm-module.c
Lukas Fürmetz
2017-11-21
Add include guards to header files
Lukas Fürmetz
2017-11-21
Cleanup elisp.c and elisp.h
Lukas Fürmetz
2017-11-21
Implement support for hiding the cursor
Lukas Fürmetz
2017-11-21
Implement support for the rest of the special keys
Lukas Fürmetz
2017-11-17
Add a option to reuse existent emacs source during build
Lukas Fürmetz
2017-11-16
Put vterm-module.so into project root
Lukas Fürmetz
2017-11-16
Cleanup vterm-module.c and vterm-module.h
Lukas Fürmetz
2017-11-16
Extract elisp related functionality into elisp.c
Lukas Fürmetz
2017-11-16
Extract utf8.c
Lukas Fürmetz
2017-11-16
Make build work with emacs from git
Lukas Fürmetz
2017-11-15
Switch to cmake build system
Lukas Fürmetz
2017-11-15
Add .clang-format
Lukas Fürmetz
2017-11-15
Remove compiler warning
Lukas Fürmetz
2017-11-15
Remove unused functions
Lukas Fürmetz
2017-11-15
Add timeout to vterm_update
Lukas Fürmetz
2017-11-15
Extract function vterm_put_caret
Lukas Fürmetz
2017-11-09
Process as many bytes as possible when updating
Lukas Fürmetz
2017-11-08
Intern put-text-property just once
Lukas Fürmetz
2017-10-16
Remove unused -I flag from Makefile
Lukas Fürmetz
2017-09-08
Sleep for 20 milliseconds not microseconds
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-09-08
Kill event-loop when the shell exits
Lukas Fürmetz
2017-09-08
Intern all symbols and functions once
Lukas Fürmetz
2017-09-08
Remove personal configuration
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-27
Make text properties always valid
Lukas Fürmetz
2017-08-23
Update README.md
Lukas Fürmetz
2017-08-23
Merge branch 'async'
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-16
Merge pull request #3 from benlodotcom/master
Lukas Fürmetz
2017-08-15
Fix build on OSX
Benjamin Loulier
2017-08-14
Update README.md
Lukas Fürmetz
2017-08-08
Add LICENSE file
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-28
Basic support for multi-width chars
Lukas Fürmetz
2017-07-28
Implement basic UTF-8 support
Lukas Fürmetz
[next]