commit | 8aaeed9447f74d3e9a34c1b7d4c7efa637ef15f7 | [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 | 431513dc064748984bf2acf1838dfa5c684162dd [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>