From: Vlad <vo...@vo...> - 2013-05-26 06:55:37
|
Thanks for the quick replay. See my comments in-line below. On 26/05/13 08:40, Araki Ken wrote: > Hi, > > From: Vlad <vo...@vo...> > Subject: Re: [Mlterm-dev-en] mlterm 3.2.0 released > Date: Sun, 26 May 2013 07:46:40 +0200 > Message-ID: <51A1A1C0.8010007@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. > or > box_drawing_font = unicode > >> One more thing which is not related to the >> mlterm update: sometimes I have strange issues with selecting text using >> mouse. While selecting text by dragging mouse, selection resets multiple >> times and I see a some strange characters in primary selection such as >> \Uffffffff while they aren't on the screen (I'm using parcellite to keep >> clipboard history). This could be solved by selecting text while >> pressing Shift key, then selection without Shift works again as >> expected. I'd repeat that this happens sometimes, but regularly. I'd >> appreciate any thoughts regarding this issue. > Sorry but I haven't experienced such a problem. > > 1) Which OS and Window Manager do you use ? I'm using Gentoo Linux with XFWM. However, I think this happens with Openbox as well. > > 2) Does this problem happens when you use a specific console application ? Well, sometimes selection by mouse works _only_ if you hold Shift key. > > 3) Is this problem is solved by the following command ? > $ echo -e "\x1b[?1000l" The command above doesn't solve the problem. > > 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 > Regards, > --- > Araki Ken > ara...@us... |