aboutsummaryrefslogtreecommitdiff
path: root/vterm-module.c
AgeCommit message (Expand)Author
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-26Revert "trying support blink-cursor-mode"jixiuf
2019-07-18Format filesLukas Fürmetz
2019-07-12When a command keep print outputs, the buffer can auto scroll now even the v...jixiuf
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
2018-12-01fix window resizejixiufeng
2018-11-15Minor cleanupLukas Fürmetz
2018-11-16support set terminal title .jixiufeng
2018-11-12Free sb_buffer, when the terminal is finalizedLukas Fürmetz
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-11Replace goto with a ifLukas Fürmetz
2018-11-11Set default values for cursor visible/blinking stateLukas Fürmetz
2018-11-10only refresh invalid linesjixiufeng
2018-11-10replace refresh_row with refresh_linesjixiufeng
2018-11-03Recenter only, when buffer is the selected windowLukas Fürmetz
2018-11-03Refactor some helper functionsLukas Fürmetz
2018-11-03Revert "only refresh invalid lines"Lukas Fürmetz
2018-11-03Revert "ignore black cell at eol"Lukas Fürmetz
2018-11-01ignore black cell at eoljixiufeng
2018-11-01only refresh invalid linesjixiufeng
2018-10-25clang-formatLukas Fürmetz
2018-10-25Add support for cursor blinkingLukas 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-19Ensure long-lived emacs_value objects are global referencesEivind Fonn
2018-09-20Use a emacs process for spawning the shellLukas Fürmetz
2017-11-23Mark exported module functions as private with a double dashLukas Fürmetz
2017-11-23Relocate a call to term_flush_output to Fvterm_updateLukas Fürmetz
2017-11-22Redraw once per updateLukas Fürmetz
2017-11-22Reset screen callbacks after updateLukas Fürmetz
2017-11-21Add support for customizing the shell programLukas Fürmetz