lihop/godot-xterm

Support wide character unicode/emoji

Closed this issue · 1 comments

lihop commented

There is already support for unicode/emoji, but wide characters such as 👨 are drawn cut-off.

Expected: X👨👨X
Actual: 2020-11-09-112410_117x51_scrot

lihop commented

Disabling the draw_background() call shows the full emoji:

2021-06-22-083523_55x27_scrot

So it is successfully being detected as a wide character, but the background of the next (empty) cell is being drawn over the top.