aboutsummaryrefslogtreecommitdiff
path: root/vterm-module.h
AgeCommit message (Expand)Author
2019-08-03Add directory tracking via OSC callbackLukas Fürmetz
2019-07-31Merge pull request #105 from akermu/use_termiosLukas Fürmetz
2019-07-31Fix handling of enterLukas Fürmetz
2019-07-31Remove unused function term_put_caretLukas Fürmetz
2019-07-31Remove static for public functionsLukas Fürmetz
2019-07-30clean code,remove unused function get_hex_color_fg and get_hex_color_bgjixiufeng
2019-07-26Revert "trying support blink-cursor-mode"jixiuf
2019-05-18support set cursor typejixiufeng
2019-05-17trying support blink-cursor-modejixiufeng
2019-01-29Fix color handling and support 256 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-01Refactor Window Width and Heightjixiufeng
2018-11-16support set terminal title .jixiufeng
2018-11-11Refactor refresh_sizeLukas Fürmetz
2018-11-11Merge branch 'only_refresh_invalid_lines_again'Lukas Fürmetz
2018-11-11Minor cleanupLukas Fürmetz
2018-11-11Refactor CursorLukas Fürmetz
2018-11-10only refresh invalid linesjixiufeng
2018-11-10replace refresh_row with refresh_linesjixiufeng
2018-11-03Revert "only refresh invalid lines"Lukas Fürmetz
2018-11-01only refresh invalid linesjixiufeng
2018-10-25clang-formatLukas Fürmetz
2018-10-25Fix typdef of struct TermLukas Fürmetz
2018-10-25Add support for hiding the cursorLukas Fürmetz
2018-10-25try support scrolljixiufeng
2018-10-25typdef Termjixiufeng
2018-10-24Remove useless includesLukas Fürmetz
2018-10-24Bundle emacs-module headerLukas Fürmetz
2018-09-20Use a emacs process for spawning the shellLukas Fürmetz
2017-11-22Fix build on Mac OS XLukas Fürmetz
2017-11-21Add support for custom colorsLukas Fürmetz
2017-11-21Move render_text into vterm-module.cLukas Fürmetz
2017-11-21Add include guards to header filesLukas Fürmetz
2017-11-21Implement support for hiding the cursorLukas Fürmetz
2017-11-21Implement support for the rest of the special keysLukas Fürmetz
2017-11-16Cleanup vterm-module.c and vterm-module.hLukas Fürmetz
2017-11-16Extract elisp related functionality into elisp.cLukas Fürmetz
2017-11-16Extract utf8.cLukas Fürmetz
2017-11-15Add .clang-formatLukas Fürmetz
2017-11-15Remove unused functionsLukas Fürmetz
2017-11-15Extract function vterm_put_caretLukas Fürmetz
2017-11-08Intern put-text-property just onceLukas Fürmetz
2017-09-08Kill event-loop when the shell exitsLukas Fürmetz
2017-09-08Intern all symbols and functions onceLukas Fürmetz
2017-08-23Asynchronous communicationLukas Fürmetz
2017-07-28Basic support for multi-width charsLukas Fürmetz
2017-07-28Implement basic UTF-8 supportLukas Fürmetz
2017-07-27Implement dynamic window size changeLukas Fürmetz
2017-07-26Terminate process if corresponding buffer is killedLukas Fürmetz