Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1327 - better error handling in chessboard | Kartik K. Agaram | 2015-05-10 | 1 | -2/+10 |
| | | | | | Also a bugfix in break to label, because I noticed the screen wasn't being cleaned up on quit. | ||||
* | 1325 | Kartik K. Agaram | 2015-05-10 | 3 | -0/+0 |
| | |||||
* | 1323 - keyboard supports backspace and newline | Kartik K. Agaram | 2015-05-10 | 5 | -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 | ||||
* | 1319 | Kartik K. Agaram | 2015-05-10 | 1 | -6/+6 |
| | | | | Allow termbox array sizes to be easily counted with 'wc'. | ||||
* | 1314 | Kartik K. Agaram | 2015-05-09 | 1 | -1/+2 |
| | |||||
* | 1313 - merge termbox | Kartik K. Agaram | 2015-05-09 | 2 | -4/+4 |
| | |||||
* | 1276 - make C++ version the default | Kartik K. Agaram | 2015-05-05 | 9 | -0/+1384 |
I've tried to update the Readme, but there are at least a couple of issues. |