Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1327 - better error handling in chessboard | Kartik K. Agaram | 2015-05-10 | 1 | -6/+20 |
| | | | | | Also a bugfix in break to label, because I noticed the screen wasn't being cleaned up on quit. | ||||
* | 1323 - keyboard supports backspace and newline | Kartik K. Agaram | 2015-05-10 | 1 | -0/+93 |
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 |