tii 发表于 2004-12-6 12:14:29

mrxvt 0.3.10 is released

这个版本主要加入了用户自定义键盘快捷键功能,并修正了很多bugs.

hongweig 发表于 2004-12-6 13:04:16

没搞错。贴个链接出来啊。
:shock:

bamfox 发表于 2004-12-6 17:35:35

http://materm.sourceforge.net

apeter_2000 发表于 2004-12-6 18:26:32

Can't display or inputchinese in FC3.
Does it support utf8 ?
How to configure it to diaplay chinese in utf8 locale?

tii 发表于 2004-12-7 03:04:35

no, this release does not support utf-8.

bamfox 发表于 2004-12-8 00:41:54

Occur error under MagicLinux 1.2 beta3

==============================================
kernel-2.6.8.1
gcc-3.4.3
glibc-2.3.3-53.4
==============================================

error information during "make"

tabbar.c: In function `rxvt_tabbar_set_title':
tabbar.c:1342: warning: implicit declaration of function `strndup'
tabbar.c:1342: warning: assignment makes pointer from integer without a cast
gcc -DHAVE_CONFIG_H -I. -I. -I..   -O2 -Wall -fPIC -I/usr/X11R6/include -c netdisp.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -O2 -Wall -fPIC -I/usr/X11R6/include -c rxvt.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -O2 -Wall -fPIC -I/usr/X11R6/include -c xdefaults.c
gcc -DHAVE_CONFIG_H -I. -I. -I..   -O2 -Wall -fPIC -I/usr/X11R6/include -c main.c
main.c: In function `rxvt_init_font_fixed':
main.c:1021: error: structure has no member named `xftbfont'
make[2]: *** [main.o] 错误 1
make[2]: Leaving directory `/home/bamfox/mrxvt-0.3.10/src'
make[1]: *** [all-recursive] 错误 1
make[1]: Leaving directory `/home/bamfox/mrxvt-0.3.10'
make: *** [all] 错误 2


How to deal with it?

tii 发表于 2004-12-8 07:22:29

that's a bug, the function rxvt_init_font_fixed should be included in macro #ifdef XFT_SUPPORT. or you just enable xft support.

bamfox 发表于 2004-12-8 22:00:05

yeah, I see

MichaelBibby 发表于 2004-12-16 16:14:02

我下载了mrxvt 0.3.11,configure时用了这几个选项,但是中文还是有问题:

$ ./configure --enable-everything --disable-debug --enable-cjk --enable-xim
请指教

MichaelBibby 发表于 2004-12-16 16:26:52

加上了几个参数,中文显示和输入没有问题了:

$ ./configure --enable-cjk --with-encoding=gb --with-save-lines=1000 --enable-jpeg --enable-png --enable-xpm --enable-xim --enable-xft --enable-delete-key --enable-backspace-key --enable-everything --disable-debug --enable-linespace --enable-24bits --enable-mousewheel
页: [1]
查看完整版本: mrxvt 0.3.10 is released