Commit Graph

6 Commits

Author SHA1 Message Date
Kartik Agaram dbf434f096 7538 - baremetal: screen coords in graphemes 2021-01-22 16:44:23 -08:00
Kartik Agaram 7363c6dfd3 7537 - baremetal: start of cursor support 2021-01-19 22:48:49 -08:00
Kartik Agaram c5b573cf83 7535 2021-01-17 10:49:23 -08:00
Kartik Agaram 851959ccc6 7534
Don't assume screen dimensions.
2021-01-17 10:43:31 -08:00
Kartik Agaram 6efc1ebed7 7529 - baremetal: fake screen 2021-01-16 15:32:26 -08:00
Kartik Agaram 6e36ce06dd 7521 - new plan for tests
It's not really manageable to make the fake screen pixel-oriented. Feels
excessive to compare things pixel by pixel when we will mostly be
writing text to screen. It'll also make expected screen assertions
more difficult to manage.

So I'm not sure how to make assertions about pixels for now. Instead
we'll introduce fake screens at draw-grapheme.
2021-01-15 20:30:07 -08:00