about summary refs log tree commit diff stats
path: root/apps/tile/main.mu
Commit message (Collapse)AuthorAgeFilesLines
* 6870Kartik Agaram2020-09-261-6/+6
| | | | | | Emit a stack of not ints but more complex objects containing the int payload. Function calls again segfaulting.
* 6861 - tile: conventional replKartik Agaram2020-09-261-15/+77
|
* 6796Kartik Agaram2020-09-161-38/+7
| | | | Extremely hacky initial stab at a 1-line editor.
* 6792Kartik Agaram2020-09-161-1/+0
| | | | Roll back all buffering of Stdout.
* 6790 experiment: explicit flushKartik Agaram2020-09-161-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 screenKartik Agaram2020-09-161-0/+44
|
* 6787Kartik Agaram2020-09-161-2/+33
|
* 6776 - new app: a programming environmentKartik Agaram2020-09-131-0/+3
This will take a while.