From: Araki K. <ara...@us...> - 2012-06-10 22:01:57
|
Hi, For now I fixed following two problems. Please test the attached patch(for mlterm-3.1.3pre-20120609.tar.gz). From: Andi Cristian Serbanescu <ski...@ya...> Subject: Re: [Mlterm-dev-en] 3.1.0 crash Date: Sat, 9 Jun 2012 08:29:58 -0700 (PDT) Message-ID: <133...@we...> > > > 1. When modifying the character cell width, for both > > xft and core fonts, > > > the glyph is shown at the very left of the cell. > > Shouldn't it be in the > > > centre? It doesn't look very nice when the cursor is > > above it. > > > > I fixed. > > This one works only for core fonts. Do you specify the character cell width by the way like "DEFAULT = FONTNAME:200" in ~/.mlterm/font ? I fixed the problem of this case. (The previous fix centers characters if the character cell width is specified by "letter_space" option.) > > > 3. If you don't want the option I was talking about > > some time ago > > > (although I hope you will change your mind in the > > future), can something > > > be done to disable bold characters (like xterm's > > allowBoldFonts)? > > > > I added "use_bold_font" option. > > Start mlterm with "--bdfont=false" option or "use_bold_font > > = false" in > > ~/.mlterm/main, and bold fonts are disabled. > > > > This one also disables bd_color along with bold fonts (one may still > want to represent the bold attributes by means of colour, even if there > will be only one font weight). Oops. I Fixed. Regards, --- Araki Ken ara...@us... |