Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6963 - tile: more idiomatic conventional repl | Kartik Agaram | 2020-10-05 | 1 | -1/+1 |
| | |||||
* | 6926 | Kartik Agaram | 2020-10-02 | 1 | -0/+4 |
| | |||||
* | 6794 - cleaner interface for keyboard | Kartik Agaram | 2020-09-16 | 1 | -3/+10 |
| | | | | | | | 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. | ||||
* | 6781 - new app: RPN (postfix) calculator | Kartik Agaram | 2020-09-15 | 1 | -0/+16 |
| | | | | This was surprisingly hard; bugs discovered all over the place. | ||||
* | 6779 | Kartik Agaram | 2020-09-14 | 1 | -1/+1 |
| | | | | Looks like Linux turns reads from stdout/stderr into stdin! | ||||
* | 6778 | Kartik Agaram | 2020-09-14 | 1 | -2/+2 |
| | |||||
* | 6627 | Kartik Agaram | 2020-07-10 | 1 | -1/+1 |
| | |||||
* | 6612 - reorganize layers | Kartik Agaram | 2020-07-05 | 1 | -0/+196 |