about summary refs log tree commit diff stats
path: root/prototypes/browse/21/main.mu
Commit message (Collapse)AuthorAgeFilesLines
* 6923Kartik Agaram2020-10-011-50/+0
|
* 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
|
* 6473Kartik Agaram2020-06-051-0/+50