aboutsummaryrefslogtreecommitdiff
path: root/vterm-module.h
AgeCommit message (Expand)Author
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
2017-07-26Handle exit of shellLukas Fürmetz
2017-07-26Improve performance by rendering consecutive parts of output textLukas Fürmetz
2017-07-25Implement almost all of the attributes of libvtermLukas Fürmetz
2017-07-25Run clang-format on c-filesLukas Fürmetz
2017-07-25Use propertize instead of put-text-propertyLukas Fürmetz
2017-07-03Split vterm.c into header and sourceLukas Fürmetz