
21 Sep
2017
21 Sep
'17
9:05 a.m.
- use fputs() to reduce cache flushes from once-per-char to once-per-string
- handle \r, \t, and \b in addition to just \n for tracking cursor position
- cursor row/col are zero based, not one based
Signed-off-by: Rob Clark robdclark@gmail.com
Thanks, applied to efi-next
Alex