aboutsummaryrefslogtreecommitdiff
path: root/vterm-module.c
AgeCommit message (Collapse)Author
2019-12-17support inserting keypad numbers #202jixiuf
2019-12-02fix vterm--get-pwd crashfinalpatch
2019-11-17support compilation-shell-minior-modejixiuf
2019-11-15Make icrnl accessible by elispAdrian Parvin D. Ouano
2019-11-15Revert "Fix handling of enter"Adrian Parvin D. Ouano
This reverts commit 7765a7e03e62c954c7ac0a606d513c7e2f59611d.
2019-10-20clear scrollbackjixiuf
2019-10-20Support sending Elisp Command to Emacs Bufferjixiuf
2019-08-17Merge pull request #140 from akermu/fix_ctrl_jjixiuf
Add special handling for C-j
2019-08-16Add special handling for C-jfix_ctrl_jLukas Fürmetz
Fixes #124
2019-08-15run clang-formatjixiuf
2019-08-15refactoring gotoline and delete-lines.jixiuf
support backward n lines from end of buffer, this should be effectively when vterm-max-scrollback is a big number.
2019-08-15fix an old bug when window height decreased.jixiuf
2019-08-15do not use (count-lines) it is expensive ,we count lines by ourself.jixiuf
2019-08-11fix #121 Cursor position does not update properly when vterm is showing in ↵jixiuf
another frame
2019-08-11bind function: nthjixiuf
2019-08-08change directory tracking prefix form 51; to 51;Ajixiuf
2019-08-07Merge pull request #120 from akermu/support_pagedownLukas Fürmetz
Add support for the <next> key
2019-08-07Add support for the <next> keysupport_pagedownLukas Fürmetz
Fixes #117
2019-08-05run clang-formatjixiuf
2019-08-05fix panic for directory tracking,donot known why ,it would panic on my mac ↵jixiuf
when I change directory.
2019-08-03Avoid freeing an unallocated bufferdirectory_trackingLukas Fürmetz
2019-08-03Add directory tracking via OSC callbackLukas Fürmetz
Solves #55
2019-08-01run clang-formatjixiuf
2019-08-01replace `ctrl-s` and `ctrl-q` with tcflow(term->pty_fd,TCOON/TCOOFF);jixiuf
2019-07-31Add support for backtabbacktab_supportLukas Fürmetz
Fixes #69
2019-07-31Revert "Add support for backtab"Lukas Fürmetz
This reverts commit ecd362b5d92f62626b18258eeef2b2a04706c86e. This breaks C-a, C-e, ...
2019-07-31Merge pull request #105 from akermu/use_termiosLukas Fürmetz
Fixes for key handling
2019-07-31Add support for backtabLukas Fürmetz
Fixes #69
2019-07-31Fix handling of enterLukas Fürmetz
We query now the corresponding pty to get the exact key for enter. Fixes #77
2019-07-31Remove unused function term_put_caretLukas Fürmetz
2019-07-31Remove static for public functionsLukas Fürmetz
2019-07-30add more faces,for example vterm-color-default vterm-color-blackjixiufeng
2019-07-30clean code,remove unused function get_hex_color_fg and get_hex_color_bgjixiufeng
2019-07-30support xterm-256colorjixiufeng
2019-07-26Revert "trying support blink-cursor-mode"jixiuf
This reverts commit 74b8e5cb2d1c6798c42e56ae444e5e96c629f2c5.
2019-07-18Format filesLukas Fürmetz
2019-07-12When a command keep print outputs, the buffer can auto scroll now even the ↵jixiuf
vterm window is not activated. should fix #84
2019-05-18support set cursor typejixiufeng
2019-05-17trying support blink-cursor-modejixiufeng
2019-04-29fix recenter for emacs27jixiufeng
2019-02-01support paste and undojixiufeng
2019-01-29Simplify color handling by using ansi-color-vector-namesLukas Fürmetz
2019-01-29Initialize colors from ansi-color-names-vector.Lukas Fürmetz
2019-01-29Fix color handling and support 256 colorsLukas Fürmetz
2019-01-27Remove unused function term_setup_colorsLukas Fürmetz
2019-01-27Adapt color handling to the latest libvtermupdate_libvtermLukas Fürmetz
2018-12-24Improves performance when receiving large bursts of data.jixiufeng
2018-12-12Enable altscreenLukas Fürmetz
2018-12-01ignore black at end of linejixiufeng
2018-12-01Refactor Window Width and Heightjixiufeng