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
2019-12-17
support inserting keypad numbers #202
jixiuf
2019-12-02
fix vterm--get-pwd crash
finalpatch
2019-11-17
support compilation-shell-minior-mode
jixiuf
2019-11-15
Make icrnl accessible by elisp
Adrian Parvin D. Ouano
2019-11-15
Revert "Fix handling of enter"
Adrian Parvin D. Ouano
2019-10-20
clear scrollback
jixiuf
2019-10-20
Support sending Elisp Command to Emacs Buffer
jixiuf
2019-08-17
Merge pull request #140 from akermu/fix_ctrl_j
jixiuf
2019-08-16
Add special handling for C-j
fix_ctrl_j
Lukas Fürmetz
2019-08-15
run clang-format
jixiuf
2019-08-15
refactoring gotoline and delete-lines.
jixiuf
2019-08-15
fix an old bug when window height decreased.
jixiuf
2019-08-15
do not use (count-lines) it is expensive ,we count lines by ourself.
jixiuf
2019-08-11
fix #121 Cursor position does not update properly when vterm is showing in an...
jixiuf
2019-08-11
bind function: nth
jixiuf
2019-08-08
change directory tracking prefix form 51; to 51;A
jixiuf
2019-08-07
Merge pull request #120 from akermu/support_pagedown
Lukas Fürmetz
2019-08-07
Add support for the <next> key
support_pagedown
Lukas Fürmetz
2019-08-05
run clang-format
jixiuf
2019-08-05
fix panic for directory tracking,donot known why ,it would panic on my mac wh...
jixiuf
2019-08-03
Avoid freeing an unallocated buffer
directory_tracking
Lukas Fürmetz
2019-08-03
Add directory tracking via OSC callback
Lukas Fürmetz
2019-08-01
run clang-format
jixiuf
2019-08-01
replace `ctrl-s` and `ctrl-q` with tcflow(term->pty_fd,TCOON/TCOOFF);
jixiuf
2019-07-31
Add support for backtab
backtab_support
Lukas Fürmetz
2019-07-31
Revert "Add support for backtab"
Lukas Fürmetz
2019-07-31
Merge pull request #105 from akermu/use_termios
Lukas Fürmetz
2019-07-31
Add support for backtab
Lukas Fürmetz
2019-07-31
Fix handling of enter
Lukas Fürmetz
2019-07-31
Remove unused function term_put_caret
Lukas Fürmetz
2019-07-31
Remove static for public functions
Lukas Fürmetz
2019-07-30
add more faces,for example vterm-color-default vterm-color-black
jixiufeng
2019-07-30
clean code,remove unused function get_hex_color_fg and get_hex_color_bg
jixiufeng
2019-07-30
support xterm-256color
jixiufeng
2019-07-26
Revert "trying support blink-cursor-mode"
jixiuf
2019-07-18
Format files
Lukas Fürmetz
2019-07-12
When a command keep print outputs, the buffer can auto scroll now even the v...
jixiuf
2019-05-18
support set cursor type
jixiufeng
2019-05-17
trying support blink-cursor-mode
jixiufeng
2019-04-29
fix recenter for emacs27
jixiufeng
2019-02-01
support paste and undo
jixiufeng
2019-01-29
Simplify color handling by using ansi-color-vector-names
Lukas Fürmetz
2019-01-29
Initialize colors from ansi-color-names-vector.
Lukas Fürmetz
2019-01-29
Fix color handling and support 256 colors
Lukas Fürmetz
2019-01-27
Remove unused function term_setup_colors
Lukas Fürmetz
2019-01-27
Adapt color handling to the latest libvterm
update_libvterm
Lukas Fürmetz
2018-12-24
Improves performance when receiving large bursts of data.
jixiufeng
2018-12-12
Enable altscreen
Lukas Fürmetz
2018-12-01
ignore black at end of line
jixiufeng
2018-12-01
Refactor Window Width and Height
jixiufeng
[prev]
[next]