aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-03Merge pull request #22 from jixiuf/only_refresh_invalid_linesLukas 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-25Fix typdef of struct TermLukas Fürmetz
2018-10-25Add support for hiding the cursorLukas Fürmetz
2018-10-25Merge remote-tracking branch 'jixiuf/scrollback-support'Lukas Fürmetz
2018-10-25try support scrolljixiufeng
2018-10-25typdef Termjixiufeng
2018-10-24Add function vterm-module-compileLukas Fürmetz
2018-10-24Run vterm when invoking `make run`Lukas Fürmetz
2018-10-24Partially revert ce649ded58b1d8016f791ec6093de6c83470e07fLukas Fürmetz
2018-10-24Add missing docstringsLukas Fürmetz
2018-10-24Remove useless functionsLukas Fürmetz
2018-10-24Remove useless includesLukas Fürmetz
2018-10-24Bundle emacs-module headerLukas Fürmetz
2018-10-23Merge pull request #20 from TheBB/nconcLukas Fürmetz
2018-10-21Bugfix: Use append instead of nconc in vterm-modeEivind Fonn
2018-10-21Merge pull request #17 from TheBB/globrefLukas Fürmetz
2018-10-21Merge pull request #19 from TheBB/typoLukas Fürmetz
2018-10-19Bugfix: make vterm--process buffer-localEivind Fonn
2018-10-19Ensure long-lived emacs_value objects are global referencesEivind Fonn
2018-09-20Use a emacs process for spawning the shellLukas Fürmetz
2018-09-19Merge pull request #11 from crazytan/masterLukas Fürmetz
2018-03-13add -Q option when printing emacs versionJia Tan
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-23Fix vterm--face-color-hex in emacs-26Lukas Fürmetz
2017-11-22Redraw once per updateLukas Fürmetz
2017-11-22Reset screen callbacks after updateLukas Fürmetz
2017-11-22Add different ways to open a vtermLukas Fürmetz
2017-11-22Fix build on Mac OS XLukas Fürmetz
2017-11-22Add a note on debugging to READMELukas Fürmetz
2017-11-21Add support for customizing the shell programLukas Fürmetz
2017-11-21RebaseLukas Fürmetz
2017-11-21Move private variables to end of the declarationsLukas Fürmetz
2017-11-21Use customize for `vterm-keymap-exceptions'Lukas Fürmetz
2017-11-21Mark private functions with a double dashLukas 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-21Cleanup elisp.c and elisp.hLukas Fürmetz
2017-11-21Implement support for hiding the cursorLukas Fürmetz