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-module.c
Age
Commit message (
Expand
)
Author
2018-10-19
Ensure long-lived emacs_value objects are global references
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
Relocate a call to term_flush_output to Fvterm_update
Lukas Fürmetz
2017-11-22
Redraw once per update
Lukas Fürmetz
2017-11-22
Reset screen callbacks after update
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
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
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-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-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-09-08
Sleep for 20 milliseconds not microseconds
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-08-27
Make text properties always valid
Lukas Fürmetz
2017-08-23
Asynchronous communication
Lukas Fürmetz
2017-08-15
Fix build on OSX
Benjamin Loulier
2017-07-28
Basic support for multi-width chars
Lukas Fürmetz
2017-07-28
Implement basic UTF-8 support
Lukas Fürmetz
2017-07-27
Fix bold and italic
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
Improve performance by rendering consecutive parts of output text
Lukas Fürmetz
2017-07-25
Implement almost all of the attributes of libvterm
Lukas Fürmetz
2017-07-25
Run clang-format on c-files
Lukas Fürmetz
2017-07-25
Set $TERM to xterm
Lukas Fürmetz
2017-07-25
Use char instead of a string
Lukas Fürmetz
2017-07-25
Only update screen if input is written to libvterm
Lukas Fürmetz
2017-07-25
Use propertize instead of put-text-property
Lukas Fürmetz
2017-07-03
Split vterm.c into header and source
Lukas Fürmetz
2017-07-02
Format everything with clang-format
Lukas Fürmetz
2017-06-30
Color text and background
Lukas Fürmetz
2017-06-28
Add functions to color text
Lukas Fürmetz
2017-06-19
Rename string_len to string_bytes
Lukas Fürmetz
2017-06-11
Make backspace and tab work
Lukas Fürmetz
2017-06-11
Make term the size of the buffer
Lukas Fürmetz
2017-06-06
Process all I/O in the module
Lukas Fürmetz
[prev]
[next]