Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

按数字选择词,屏幕上不出字 #86

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments
Open

按数字选择词,屏幕上不出字 #86

GoogleCodeExporter opened this issue Mar 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

我安装了以下几个版本的程序,
1.libtool-2.2.8.tar.gz
2.freetype-2.4.2.tar.gz
3.fontconfig-2.8.0.tar.gz
4.libucimf-2.3.8.tar.gz
5.ucimf-openvanilla-2.10.11.tar.gz
6.openvanilla-modules-0.8.0_14.tar.gz
7.fbterm-1.6.0.tar.gz
8.fbterm_ucimf-0.2.9.tar.gz
安装之后执行
fbterm-i fbterm_ucimf
按Ctrl+Space可以出现输入法框,选定拼音输入法,敲出词后,�
��数字选择词,屏幕上不出字。

Original issue reported on code.google.com by MatLinuxer2 on 29 Nov 2011 at 1:30

@GoogleCodeExporter
Copy link
Author

我用的是一个power pc的机器

linux系统是其他人自行配置的,安装软件什么的都得自己编译
,

对了,我的用的终端是
/dev/console,而不是/dev/ttyN,
我把fbterm中input.cpp源码里面判断tty和vc的部分加入了console
源码:
    if (!strstr(buf, "/dev/tty") && !strstr(buf, "/dev/vc")) {
        fprintf(stderr, "stdin isn't a interactive tty!\n");
    return 0;
    }
改为:
    if (!strstr(buf, "/dev/tty") && !strstr(buf, "/dev/vc") && !strstr(buf, "/dev/console")) {
        fprintf(stderr, "stdin isn't a interactive tty!\n");
    return 0;
    }
也让程序可以运行

Original comment by MatLinuxer2 on 29 Nov 2011 at 1:33

@GoogleCodeExporter
Copy link
Author

我猜應該是 fbterm_ucimf 的部份沒有 match.

或許 fbterm_ucimf 可以換比較舊的版本,如 0.2.8 版試試?

( 因為 fbterm <--> fbterm_ucimf <--> libucimf 
三者的版號是有關聯性的 )

後續的測試如不順利,一樣歡迎您再 feedback 
給我,非常感謝!!

Original comment by MatLinuxer2 on 29 Nov 2011 at 1:33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant