gsass1 / NTop

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

Fix #31 #35

Closed dd86k closed 3 years ago

dd86k commented 3 years ago

37? No I meant #31

I'm tired.

gsass1 commented 3 years ago

But that would remove the caret completely though. Isn't there an ASCII code or some character that will work on all fonts?

dd86k commented 3 years ago

Something similar would be printing a space with inverted colors with COMMON_LVB_REVERSE_VIDEO instead of trying to find the block character in every code pages available. I could do that.

gsass1 commented 3 years ago

That would be grand

dd86k commented 3 years ago

At least now the _ caret is not in the extended ascii code and should be playing safe with other fonts. Tried to change the background of the character cell but to no avail -- the code structure is not that well put up.