about summary refs log tree commit diff stats
path: root/prototypes/browse/17-file-state-broken/main.mu
Commit message (Collapse)AuthorAgeFilesLines
* 6794 - cleaner interface for keyboardKartik Agaram2020-09-161-1/+1
| | | | | | | So far I've been assuming that read-key only works for ascii, and that I'd need to get more sophisticated both for multi-byte utf-8 and multi-byte terminal escape codes like arrow keys. Rather to my surprise, both work fine. We just need to adjust the types to reflect this fact.
* 6720Kartik Agaram2020-08-221-3/+3
|
* 6699 - start building out fake screenKartik Agaram2020-08-011-3/+3
| | | | | We now have all existing apps and prototypes going through the dependency-injected wrapper, even though it doesn't actually implement the fake screen yet.
* 6601Kartik Agaram2020-06-291-2/+2
|
* 6570 - error on use of a clobbered varKartik Agaram2020-06-211-1/+1
| | | | | All tests now passing, and factorial.mu and all other apps now working. The new checks caught one problem in a few prototypes.
* 6456 - new directory for live-blogging prototypesKartik Agaram2020-05-311-0/+106
I don't have layers yet in Mu. But I can still create lots of versions of a program.