From: MINAMI H. <mi...@mi...> - 2005-10-10 07:44:31
|
On Sun, 2005-10-09 at 17:32 +0200, Fabian Zeindl wrote: > MINAMI Hirokazu wrote: > > So if you really want to use mlterm without variable width option, > > you should find/create a properly designed font for now. > > Hm, because you said "really want": Is there a way to circumvent the > drawbacks variable width brings? Like crappy ncurses interfaces etc. No. Since curses libraries were designed with fixed-width fonts in mind, some breakages are inevitable if they are used with variable-width ones. > I tried to use another font. (Do I need a "monospace" font here?) I put > lines in aafont like > ISO8859-1=monospace-ISO8859-1 mlterm only cares the font specified for 10646_UCS4_1, not for ISO8859-1 when "only_use_unicode_font=true". If you have sanely configured the fontconfig library, ISO10646_UCS4_1=monospace=iso10646-1; should work. > >> And the last problem: Eventually underscores like in _test_ > >>vanish. > > > > I haven't noticed such cases. Is it reproducible in your environment? > > Yes, when I select a line in vim forexample. But maybe this has got to > do something with my font or with freetype. As far as I've tested, underscores sometimes can be difficult to see but do not disappear. Would you try to increase "line_spacing"? -- minami <mi...@mi...> |