Fix combining characters messing with width counter
This commit is contained in:
parent
bf17ef45d6
commit
50186d826d
5 changed files with 17 additions and 10 deletions
|
@ -41,7 +41,8 @@ grub_putcode_dumb (grub_uint32_t code,
|
|||
.variant = 0,
|
||||
.attributes = 0,
|
||||
.ncomb = 0,
|
||||
.combining = 0
|
||||
.combining = 0,
|
||||
.estimated_width = 1
|
||||
};
|
||||
|
||||
if (code == '\t' && term->getxy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue