diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-04-29 16:24:25 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-06-03 15:27:20 +0200 |
commit | 7ca7c3c0f927b91dad3a5b2d185fe79d12872b6d (patch) | |
tree | fedcc85e75058738729b38fd67388c45907bddae /arch/x86 | |
parent | 1f0532ca15aa8fafa1e133e6b5ce8d0bf08fac46 (diff) |
efi_loader: updating the cursor position
The current coding advances the column by the number of UTF-8 bytes.
The column should be increased by one per unicode character.
The UEFI spec provides advance rules for U+0000, U+0008, U+000A,
and U000D. All other characters, including control characters
U+0007 (bel) and U+0009 (tab), have to increase the column by one.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/x86')
0 files changed, 0 insertions, 0 deletions