commit | ece5ab0444f5982120c20db4b2eab9d9dfcb2e06 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 02 06:29:44 2025 +1300 |
committer | Tom Rini <trini@konsulko.com> | Fri May 02 13:40:25 2025 -0600 |
tree | 297fb9e724f252a3fdb46ee28348e66ff7c05a96 | |
parent | aef8c793077433016349d2e4100fd740b9864f5e [diff] |
vidconsole: Avoid kerning against an unrelated character When the cursor position changes, kerning should not be used for the next character, since it can make the first displayed character shuffle left or right a bit. Clear the kern character when setting the position. Signed-off-by: Simon Glass <sjg@chromium.org>