commit | 7ca7c3c0f927b91dad3a5b2d185fe79d12872b6d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Apr 29 16:24:25 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Sun Jun 03 15:27:20 2018 +0200 |
tree | fedcc85e75058738729b38fd67388c45907bddae | |
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>