Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-12 | Added support for Function Keys as _EVENT_FUNCTION1 | Jonas Gunz | |
Those are normally the first 4 to 10 function keys. others are addressed with [ instead of O and might become _EVENT_FUNCTION2 in the future | |||
2019-05-06 | Changed color handling to take ANSI 8bit colors | Jonas Gunz | |
added ansi_color_fg(R,G,B) and ..._bg(...) to generate ANSI-colors from RGB values replaced two spaces with tabs in every file to fix terrible tabbing (thanks atom...) | |||
2019-04-21 | cInput: removed static buffer length | jonas | |
.gitignore: added missing files | |||
2019-03-06 | Directory updates | Jonas Gunz | |
Moved source files to ./src and exmaple and test to ./example Updated Makefile and .doxygen to use those directorys |