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-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
2018-12-01
fix window resize
jixiufeng
2018-11-15
Minor cleanup
Lukas Fürmetz
2018-11-16
support set terminal title .
jixiufeng
2018-11-12
Free sb_buffer, when the terminal is finalized
Lukas Fürmetz
2018-11-11
Refactor refresh_size
Lukas Fürmetz
2018-11-11
Merge branch 'only_refresh_invalid_lines_again'
Lukas Fürmetz
2018-11-11
Minor cleanup
Lukas Fürmetz
2018-11-11
Refactor Cursor
Lukas Fürmetz
2018-11-11
Replace goto with a if
Lukas Fürmetz
2018-11-11
Set default values for cursor visible/blinking state
Lukas Fürmetz
2018-11-10
only refresh invalid lines
jixiufeng
2018-11-10
replace refresh_row with refresh_lines
jixiufeng
2018-11-03
Recenter only, when buffer is the selected window
Lukas Fürmetz
[next]