Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6796 | Kartik Agaram | 2020-09-16 | 1 | -38/+7 |
| | | | | Extremely hacky initial stab at a 1-line editor. | ||||
* | 6792 | Kartik Agaram | 2020-09-16 | 1 | -1/+0 |
| | | | | Roll back all buffering of Stdout. | ||||
* | 6790 experiment: explicit flush | Kartik Agaram | 2020-09-16 | 1 | -0/+1 |
| | | | | | | | | | tile is already visibly slow (49x212 screen) :/ So programmer needs more control over performance. But this may not be the right approach. That extra flush-stdout in tui.mu suggests it's either going to be finicky, or we have to flush on every attribute change. And going through a buffered-file may be slower. May. | ||||
* | 6789 - tile: print keystrokes to screen | Kartik Agaram | 2020-09-16 | 1 | -0/+44 |
| | |||||
* | 6787 | Kartik Agaram | 2020-09-16 | 1 | -2/+33 |
| | |||||
* | 6776 - new app: a programming environment | Kartik Agaram | 2020-09-13 | 1 | -0/+3 |
This will take a while. |