about summary refs log tree commit diff stats
path: root/cpp/termbox
Commit message (Collapse)AuthorAgeFilesLines
* 1200Kartik K. Agaram2015-04-251-2/+2
|
* 1199 - ignore errors in 'make clean'Kartik K. Agaram2015-04-251-1/+1
|
* 1198 - now compiles on mac os; thanks sam putmanKartik K. Agaram2015-04-253-9/+14
| | | | | | | | | | Just toss out that snprintf prototype I'd hackily copied in earlier and avoid using snprintf entirely. Hopefully I got the assertions right :/ Looks like the previous nul-padding was redundant. If you had snprintf it would take care of it.
* 1145 - dump termbox's 256-color supportKartik K. Agaram2015-04-222-118/+14
|
* 1144 - dump termbox's support for modifier keysKartik K. Agaram2015-04-223-60/+9
|
* 1143Kartik K. Agaram2015-04-222-1/+1
|
* 1142Kartik K. Agaram2015-04-224-181/+159
|
* 1141Kartik K. Agaram2015-04-221-25/+18
|
* 1140Kartik K. Agaram2015-04-222-42/+0
| | | | Dump deprecated interface.
* 1139Kartik K. Agaram2015-04-226-864/+864
| | | | Reindent termbox.
* 1138 - fix some termbox warningsKartik K. Agaram2015-04-222-3/+7
|
* 1136 - switch from ncurses to https://github.com/nsf/termboxKartik K. Agaram2015-04-229-0/+1601