about summary refs log tree commit diff stats
path: root/baremetal/504test-screen.mu
Commit message (Collapse)AuthorAgeFilesLines
* 7713Kartik K. Agaram2021-02-101-2/+1
|
* 7698 - starting to test-drive baremetal shellKartik Agaram2021-02-071-5/+5
|
* 7695 - baremetal: second bg assertion for spacesKartik Agaram2021-02-071-1/+60
| | | | | | When I'm also checking graphemes I assume that spaces can be in other bg colors. However, if I want to closely check the bg color for a cell with a space in it (ahem, cursor), I have to check the color in isolation.
* 7694 - baremetal: asserting bg color in testsKartik Agaram2021-02-071-5/+98
|
* 7693 - baremetal: pass background color everywhereKartik Agaram2021-02-071-36/+36
|
* 7690Kartik Agaram2021-02-071-47/+47
| | | | Convert comments about magic constants into metadata.
* 7541 - baremetal: debug screen test helpersKartik Agaram2021-01-221-7/+25
|
* 7535Kartik Agaram2021-01-171-5/+5
|
* 7533Kartik Agaram2021-01-161-0/+5
| | | | Both issues of commit 7531 fixed.
* 7531 - checking fake screensKartik Agaram2021-01-161-0/+145
This uncovers two open issues: * incrementing the cursor after drawing a single grapheme * needing to clear background pixels when drawing a grapheme