mabe02 / lanterna

Java library for creating text-based GUIs
GNU Lesser General Public License v3.0
2.24k stars 243 forks source link

Issue in gnome-terminal with extended ASCII #474

Closed gn0meavp closed 4 years ago

gn0meavp commented 4 years ago

There's an issue in gnome-terminal with extended ASCII characters like box drawing.

It works fine with some font sizes, but not with all of them (see attached screenshots).

Midnight Commander represents extended ASCII characters with no issues. As well as just printing these characters (like $ echo "┼") into a console displays them properly.

IMG_1299 IMG_1298

gn0meavp commented 4 years ago

Looks like I figured this out – some fonts like Terminus 6x12 don't have all characters.

For example they have single lines like 0x2500, but don't have double lines like 0x2550.

Closing this issue.