gsass1 / NTop

💻 htop-like system-monitor for Windows with Vi-keybindings.
GNU General Public License v3.0
1.21k stars 69 forks source link

Cursor is a missing glyph when inputting command in windows terminal #31

Closed wh7 closed 3 years ago

wh7 commented 4 years ago

cursor

dd86k commented 3 years ago

I'm seeing something similar with Cascadia Code but not with Consolas, both tested under ConsoleZ.

Culprit seems to be line 1771 in ntop.c: ConPutc(219);

219 is simply an extended ascii code and thus an unknown glyph to most modern fonts. Commenting the line or the block gets rid of the unknown glyph.

@gsass1 meet me behind school at 5