about summary refs log tree commit diff stats
path: root/termbox
Commit message (Collapse)AuthorAgeFilesLines
* 1368 - alias carriage-return and newlineKartik K. Agaram2015-05-141-0/+3
| | | | | | | CRLF still shows as two newlines, though. Cross that bridge when we get to it. The new chessboard test is still hanging, though.
* 1327 - better error handling in chessboardKartik K. Agaram2015-05-101-2/+10
| | | | | Also a bugfix in break to label, because I noticed the screen wasn't being cleaned up on quit.
* 1325Kartik K. Agaram2015-05-103-0/+0
|
* 1323 - keyboard supports backspace and newlineKartik K. Agaram2015-05-105-4/+174
| | | | | | Lots mixed into this commit: some off-by-one errors in display.cc a new transform to translate jump labels that I'd somehow never gotten around to supporting
* 1319Kartik K. Agaram2015-05-101-6/+6
| | | | Allow termbox array sizes to be easily counted with 'wc'.
* 1314Kartik K. Agaram2015-05-091-1/+2
|
* 1313 - merge termboxKartik K. Agaram2015-05-092-4/+4
|
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-059-0/+1384
I've tried to update the Readme, but there are at least a couple of issues.