aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-22Link libpthread into modulelink_pthreadLukas 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
2017-11-21Implement support for the rest of the special keysLukas Fürmetz
2017-11-17Add a option to reuse existent emacs source during buildLukas Fürmetz
2017-11-16Put vterm-module.so into project rootLukas 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-16Make build work with emacs from gitLukas Fürmetz
2017-11-15Switch to cmake build systemLukas Fürmetz
2017-11-15Add .clang-formatLukas Fürmetz
2017-11-15Remove compiler warningLukas Fürmetz
2017-11-15Remove unused functionsLukas Fürmetz
2017-11-15Add timeout to vterm_updateLukas Fürmetz
2017-11-15Extract function vterm_put_caretLukas Fürmetz
2017-11-09Process as many bytes as possible when updatingLukas Fürmetz
2017-11-08Intern put-text-property just onceLukas Fürmetz
2017-10-16Remove unused -I flag from MakefileLukas Fürmetz
2017-09-08Sleep for 20 milliseconds not microsecondsLukas Fürmetz
2017-09-08Inform the user, when shell exitsLukas Fürmetz
2017-09-08Kill buffer and window, when shell exitsLukas Fürmetz
2017-09-08Kill event-loop when the shell exitsLukas Fürmetz
2017-09-08Intern all symbols and functions onceLukas Fürmetz
2017-09-08Remove personal configurationLukas Fürmetz
2017-08-28Disable scrolling with the mouse-wheelLukas Fürmetz
2017-08-28Fix #5: Use the window body size as terminal dimensionsLukas Fürmetz
2017-08-27Fix #6Lukas Fürmetz
2017-08-27Make text properties always validLukas Fürmetz
2017-08-23Update README.mdLukas Fürmetz
2017-08-23Merge branch 'async'Lukas Fürmetz
2017-08-23Asynchronous communicationLukas Fürmetz
2017-08-21Remove unnecessary with-current-buffer formLukas Fürmetz
2017-08-16Merge pull request #3 from benlodotcom/masterLukas Fürmetz
2017-08-15Fix build on OSXBenjamin Loulier
2017-08-14Update README.mdLukas Fürmetz
2017-08-08Add LICENSE fileLukas Fürmetz
2017-08-08Add documentationLukas Fürmetz
2017-08-08Add M-x to `vterm-keymap-exceptions'Lukas Fürmetz
2017-07-28Basic support for multi-width charsLukas Fürmetz
2017-07-28Implement basic UTF-8 supportLukas Fürmetz