about summary refs log tree commit diff stats
path: root/047jump_label.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1327 - better error handling in chessboardKartik K. Agaram2015-05-101-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 newlineKartik K. Agaram2015-05-101-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