diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-01-22 20:57:29 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-01-22 20:57:29 -0800 |
commit | 1b09418c60cd48d021f95a8c3f248a33421d776f (patch) | |
tree | 22ce69760518152efcaf7f0950bc751facc95336 /html | |
parent | a51bc7a1e0c287d9a0be9c43cd3967dcfb6107f8 (diff) | |
download | mu-1b09418c60cd48d021f95a8c3f248a33421d776f.tar.gz |
7542 - baremetal: support cursor on a grapheme
So far we've drawn a space implicitly at the cursor. Now I allow drawing an arbitrary grapheme when drawing the cursor. But the caller has to specify what to draw. (The alternative would be for layer 103 to track every single grapheme on screen along with its color and any other future attributes, just to be able to paint and unpaint the background for a single character.) I've modified existing helpers for drawing multiple graphemes to always clear the final cursor position after they finish drawing. That seems reasonable for terminal-like applications. Applications that need to control the screen in a more random-access manner will need to track the grapheme at the cursor for themselves.
Diffstat (limited to 'html')
0 files changed, 0 insertions, 0 deletions