about summary refs log tree commit diff stats
path: root/074keyboard.mu
Commit message (Collapse)AuthorAgeFilesLines
* 1372 - new chessboard test no longer hangingKartik K. Agaram2015-05-141-1/+1
| | | | Still failing, though.
* 1368 - alias carriage-return and newlineKartik K. Agaram2015-05-141-1/+1
| | | | | | | 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-8/+8
| | | | ..now that we support non-integers.
* 1362Kartik K. Agaram2015-05-131-2/+2
| | | | | | | | Mu allows us to use multiple ingredients/products without commas, but make sure we don't. $ grep "<- [^ ]\+ [^#\[,]* [^#\[,]*$" * $ grep "^[ ]*[^ #,][^#,]* [^#,]* <- " *
* 1322 - ctrl-c should always interruptKartik K. Agaram2015-05-101-0/+1
|
* 1321 - *finally*, fixed the chessboard sluggishnessKartik K. Agaram2015-05-101-0/+2
|
* 1320Kartik K. Agaram2015-05-101-2/+2
|
* 1315 - chessboard now working interactivelyKartik K. Agaram2015-05-091-0/+15
| | | | | | | | | | | | | | | | | | | | I tried to bring too much into this commit, and paid the price with some debugging effort. Still havent't tried to enable line buffering, but I'll take a snapshot. Some tests are failing because of the huge hack in the scheduler. For a while I thought there was a bug in termbox because I kept seeing segfaults and valgrind complained about out-of-bounds access. But that was just subsidiary threads trying to print to the screen after I'd returned to console mode. Maybe I should add a test for send-keys-to-channel. Or just use a fake keyboard rather than a channel. And *then* there's the fact that the interaction is molasses slow. Slower than the arc version even though the tests run so much faster. And what's with the long pauses in printing strings to screen?
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+53
I've tried to update the Readme, but there are at least a couple of issues.