Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7788 | Kartik K. Agaram | 2021-02-22 | 1 | -0/+8 |
| | |||||
* | 7713 | Kartik K. Agaram | 2021-02-10 | 1 | -2/+1 |
| | |||||
* | 7698 - starting to test-drive baremetal shell | Kartik Agaram | 2021-02-07 | 1 | -5/+5 |
| | |||||
* | 7695 - baremetal: second bg assertion for spaces | Kartik Agaram | 2021-02-07 | 1 | -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 tests | Kartik Agaram | 2021-02-07 | 1 | -5/+98 |
| | |||||
* | 7693 - baremetal: pass background color everywhere | Kartik Agaram | 2021-02-07 | 1 | -36/+36 |
| | |||||
* | 7690 | Kartik Agaram | 2021-02-07 | 1 | -47/+47 |
| | | | | Convert comments about magic constants into metadata. | ||||
* | 7541 - baremetal: debug screen test helpers | Kartik Agaram | 2021-01-22 | 1 | -7/+25 |
| | |||||
* | 7535 | Kartik Agaram | 2021-01-17 | 1 | -5/+5 |
| | |||||
* | 7533 | Kartik Agaram | 2021-01-16 | 1 | -0/+5 |
| | | | | Both issues of commit 7531 fixed. | ||||
* | 7531 - checking fake screens | Kartik Agaram | 2021-01-16 | 1 | -0/+145 |
This uncovers two open issues: * incrementing the cursor after drawing a single grapheme * needing to clear background pixels when drawing a grapheme |