GTK 2.0 internally use UTF-8, but mlterm didn`t convert pty list for the menu. If pty name have national characters, mlterm didn`t show it in the pty selection menu ( invoke by Ctrl + left mouse button or Ctrl + right mouse button ) Fix: Apply this patch: How-To-Repeat: Try to change mlterm title with non-latin characters via Xterm escape sequency (\033]0;<nonlatin string>\007) and invoke mlterm menu with pty list - pty name displayed partially, only latin symbols
Responsible Changed From-To: freebsd-ports-bugs->nobutaka Over to maintainer (via the GNATS Auto Assign Tool)
nobutaka 2008-08-17 01:10:25 UTC FreeBSD ports repository Modified files: x11/mlterm Makefile Added files: x11/mlterm/files patch-contrib_tool_mlterm-memu_mlterm-menu.c Log: - Fix mlterm-menu to handle multibyte characters correctly. [*] - Respect CFLAGS and LIBS. - Fix build failure of libim-m17nlib when IIIMF support is enabled. PR: ports/126294 [*] Submitted by: Artemiev Igor <ai@kliksys.ru> Revision Changes Path 1.50 +3 -3 ports/x11/mlterm/Makefile 1.1 +32 -0 ports/x11/mlterm/files/patch-contrib_tool_mlterm-memu_mlterm-menu.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!