Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1198 - now compiles on mac os; thanks sam putman | Kartik K. Agaram | 2015-04-25 | 1 | -1/+0 |
| | | | | | | | | | | 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 support | Kartik K. Agaram | 2015-04-22 | 1 | -78/+14 |
| | |||||
* | 1144 - dump termbox's support for modifier keys | Kartik K. Agaram | 2015-04-22 | 1 | -19/+3 |
| | |||||
* | 1143 | Kartik K. Agaram | 2015-04-22 | 1 | -1/+1 |
| | |||||
* | 1142 | Kartik K. Agaram | 2015-04-22 | 1 | -7/+2 |
| | |||||
* | 1140 | Kartik K. Agaram | 2015-04-22 | 1 | -34/+0 |
| | | | | Dump deprecated interface. | ||||
* | 1139 | Kartik K. Agaram | 2015-04-22 | 1 | -440/+440 |
| | | | | Reindent termbox. | ||||
* | 1138 - fix some termbox warnings | Kartik K. Agaram | 2015-04-22 | 1 | -2/+5 |
| | |||||
* | 1136 - switch from ncurses to https://github.com/nsf/termbox | Kartik K. Agaram | 2015-04-22 | 1 | -0/+679 |