suzdraws / mintty

Automatically exported from code.google.com/p/mintty
0 stars 0 forks source link

some vt100 linedraw characters displayed wrongly #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If the attached file is displayed in UTF-8 mode with a CJK font, some
linedraw characters are displayed incorrectly. Even worse, their display
changes if selected with the mouse.

Original issue reported on code.google.com by andy.koppe on 19 Jun 2009 at 8:23

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hmm, actually this is independent of ambig_wide mode. The root cause is that a 
few
linedraw characters that have lines at different heights are missing from 
Windows
fonts. PuTTY/MinTTY works around that by displaying the horizontal-line 
character
0x2500 a bit higher or lower. Unfortunately that trick is sometimes wrongly 
applied
to neighbouring characters.

Worth considering resurrecting PuTTY's code for drawing the linedraw set 
manually,
because they generally don't always fit together properly anyway with some 
fonts.

Original comment by andy.koppe on 18 Jul 2009 at 9:26

GoogleCodeExporter commented 9 years ago
Fixed in 0.5 by removing the questionable text height hack and substituting 
similar
linedraw characters that are normally available in Windows fonts.

Original comment by andy.koppe on 5 Sep 2009 at 2:53

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 11 Oct 2009 at 8:31