about summary refs log tree commit diff stats
path: root/termbox/termbox.c
Commit message (Collapse)AuthorAgeFilesLines
* 1573Kartik K. Agaram2015-06-161-0/+8
|
* 1531 - enable termbox's mouse supportKartik K. Agaram2015-06-051-0/+1
|
* 1530 - switch to termbox's 256-color modeKartik K. Agaram2015-06-051-34/+10
|
* 1486 - repl: hitting enter now workingKartik K. Agaram2015-05-271-0/+5
|
* 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.
* 1323 - keyboard supports backspace and newlineKartik K. Agaram2015-05-101-4/+1
| | | | | | 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
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+562
I've tried to update the Readme, but there are at least a couple of issues.