about summary refs log tree commit diff stats
path: root/apps/tui.mu
Commit message (Collapse)AuthorAgeFilesLines
* 6796Kartik Agaram2020-09-161-1/+1
| | | | Extremely hacky initial stab at a 1-line editor.
* 6792Kartik Agaram2020-09-161-2/+1
| | | | Roll back all buffering of Stdout.
* 6791Kartik Agaram2020-09-161-1/+0
| | | | Yeah, this isn't working.
* 6790 experiment: explicit flushKartik Agaram2020-09-161-1/+3
| | | | | | | | | 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.
* 6785Kartik Agaram2020-09-161-1/+1
|
* 6699 - start building out fake screenKartik Agaram2020-08-011-16/+16
| | | | | 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.
* 6641Kartik Agaram2020-07-121-3/+4
|
* 6603Kartik Agaram2020-06-301-3/+3
|
* 6601Kartik Agaram2020-06-291-5/+5
|
* 6599Kartik Agaram2020-06-291-7/+7
|
* 6447Kartik Agaram2020-05-301-1/+5
|
* 6410 - primitives for raw keyboard inputKartik Agaram2020-05-271-0/+29
>228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277