about summary refs log tree commit diff stats
path: root/061channel.mu
Commit message (Collapse)AuthorAgeFilesLines
* 1372 - new chessboard test no longer hangingKartik K. Agaram2015-05-141-0/+3
| | | | Still failing, though.
* 1370Kartik K. Agaram2015-05-141-1/+1
|
* 1369Kartik K. Agaram2015-05-141-3/+3
| | | | | Delete comment-out marker from inside mu strings. Have to do this manually for now.
* 1368 - alias carriage-return and newlineKartik K. Agaram2015-05-141-2/+8
| | | | | | | CRLF still shows as two newlines, though. Cross that bridge when we get to it. The new chessboard test is still hanging, though.
* 1363 - rename 'integer' to 'number'Kartik K. Agaram2015-05-131-77/+77
| | | | ..now that we support non-integers.
* 1329Kartik K. Agaram2015-05-101-0/+11
|
* 1323 - keyboard supports backspace and newlineKartik K. Agaram2015-05-101-1/+30
| | | | | | 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
* 1316Kartik K. Agaram2015-05-091-2/+2
| | | | buffer-lines works, at least.
* 1308Kartik K. Agaram2015-05-081-0/+77
|
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+266
I've tried to update the Readme, but there are at least a couple of issues.