From: Araki K. <ara...@us...> - 2013-05-26 07:29:40
|
Hi, From: Vlad <vo...@vo...> Subject: Re: [Mlterm-dev-en] mlterm 3.2.0 released Date: Sun, 26 May 2013 08:55:29 +0200 Message-ID: <51A1B1E1.4060805@net.home> > >> I've just updated from 3.1.9 and box drawing characters in tmux seems to > >> be broken (see attachment). > > Is this problem solved by specifying box_drawing_font option as follows > > in ~/.mlterm/main ? > > > > box_drawing_font = decsp > The directive above solves the problem, thanks. That's good. mlterm-3.1.9 automatically converts unicode box drawing characters to dec special ones if compose_dec_special_font = true. But mlterm-3.2.0 stops such automatic convertion in order to enable to cutomize manually which font (unicode or dec special) is used for box drawing characters. I should have written this in release note. > > 4) Will you send me ~/.mlterm/msg.log if this problem happens in using > > mlterm to which is applied the attached patch ? > I can't compile mlterm with the patch applied: > > ../xwindow/libxwindow.a(x_screen.o): In function `select_in_window': > x_screen.c:(.text+0x1293): undefined reference to `ml_str_dump' > collect2: error: ld returned 1 exit status > make[1]: *** [mlterm] Error 1 > make[1]: Leaving directory > `/mnt/portage/tmp/portage/x11-terms/mlterm-3.2.0/work/mlterm-3.2.0/main' > make: *** [all] Error 2 Sorry. I attach the fixed patch. --- Araki Ken ara...@us... |