Age | Commit message (Collapse) | Author |
|
_EVENT_CTRL triggers, when CTRL + key has been pressed.
Compare to CTRL_KEY( char )
_EVENT_TERM is still usable, but use is discouraged
|
|
|
|
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
|
|
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...)
|
|
Moved source files to ./src and exmaple and test to ./example
Updated Makefile and .doxygen to use those directorys
|