about summary refs log tree commit diff stats
path: root/prototypes/tile/7.mu
Commit message (Collapse)AuthorAgeFilesLines
* 6923Kartik Agaram2020-10-011-198/+0
|
* 6794 - cleaner interface for keyboardKartik Agaram2020-09-161-2/+2
| | | | | | | 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.
* 6793Kartik Agaram2020-09-161-84/+0
|
* 6720Kartik Agaram2020-08-221-2/+2
|
* 6699 - start building out fake screenKartik Agaram2020-08-011-14/+14
| | | | | 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.
* 6679Kartik Agaram2020-07-251-1/+1
|
* 6655Kartik Agaram2020-07-161-0/+282