summaryrefslogtreecommitdiff
path: root/src/graphics_cs.h
Commit message (Collapse)AuthorAgeFilesLines
* added a handler for graphics events and not only assuming we only need to ↵epoch2020-04-021-1/+2
| | | | redraw when there's an input event, so draw_screen() got moved and now redraw() will actually call it.
* moved draw_mode functions to cs.h and added new color functions to itepoch2017-12-241-1/+6
|
* added function to set ansi colorepoch2017-12-191-0/+1
|
* I have no idea why I am doing this...epoch2017-03-191-0/+26