about summary refs log tree commit diff stats
path: root/prototypes/browse/20/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
|
* 6471Kartik Agaram2020-06-051-0/+50
|
* 6470Kartik Agaram2020-06-051-50/+0
| | | | No, we can stay with the previous prototype a little longer.
* 6469Kartik Agaram2020-06-051-0/+50
Let's start committing new prototype directories *before* we start hacking on them. Version control is useful right from the draft when programming in a language without any error messages.