about summary refs log tree commit diff stats
path: root/prototypes/browse/25-soft-newlines/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-7/+7
| | | | | 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-7/+7
|
* 6489 - browse app: headersKartik Agaram2020-06-061-1/+4
| | | | | Again quite ugly. There's an increasing amount of state here, particularly the interplay between headers and soft newlines.
* 6487 - browse: support soft newlinesKartik Agaram2020-06-051-3/+44
| | | | | I'm not bothering with this for bold regions just yet. Might need rethinking, given how ugly this is.
* 6486Kartik Agaram2020-06-051-0/+120