topics

全部话题 - 话题: rxvt
(共0页)
D****g
发帖数: 2860
1
中文字体已经有了,用cxterm没有问题.编译rxvt的时候也配置了multi-char,
但是还是看不了中文.怎么回事呢?谢谢
D****y
发帖数: 24
2
来自主题: Windows版 - 请问,CYGWIN能显示中文吗?
I use rxvt, that is how I get Chinese work under cygwin:
when run rxvt, use:
C:\cygwin\bin\rxvt.exe -fn 10x20 -sr -sl 256 -e bash --login -i
If Chinese cannot display correctly, use:
C:\cygwin\bin\rxvt.exe -fn NSimSun-24 -sr -sl 256 -e bash --login -i
or
C:\cygwin\bin\rxvt.exe -fn MingLiu-24 -sr -sl 256 -e bash --login -i

if you already set windows locale to Chinese, the rxvt can support Chinese
now.
to input chinese, (only work under bash)
add the following to .
e***y
发帖数: 1152
3
来自主题: Linux版 - cygwin 居然可以 rsync

啥意思?中文支持?我用cygwin+rxvt,如果Windows locale设为中文,rxvt就可以读
写中文。
cygwin不但可以rsync, 运行shell script,还可以cron呢。
g**g
发帖数: 1575
4
来自主题: ZSU版 - 小百合。。
用xterm 和 rxvt 上去显示都有点问题..
s***g
发帖数: 495
5
来自主题: Apple版 - 抓狂,用mac上买卖提
X11 + rxvt-ml
m******t
发帖数: 2416
6
来自主题: Java版 - how to print text in color?

I believe Java prints strings in unicode, whereas you need to output the
escaping sequences in raw bytes. This code here prints "Hello World" in red
on white background (works in my cygwin+rxvt, at least):
public class ANSI {
public static void main(String[] args) throws Exception {
System.out.write("\u001b[31;47m".getBytes("ISO-8859-1"));
System.out.print ("Hello World");
System.out.write("\u001b[0m".getBytes("ISO-8859-1"));
System.out.println();
}
}
HTH
n******t
发帖数: 4406
7
来自主题: Linux版 - 谁在说kde容易崩溃
我不用konsole啊。。。我基本上不能忍受这种重量级的term。
我只能用xterm,rxvt,mlterm这一类的。
matlab的界面是java写的吧。 好像除了反映慢之外还好。
u*********r
发帖数: 2735
8
来自主题: Linux版 - X下面,最快的console是杀?
I feel rxvt is faster.
z**r
发帖数: 17771
9
来自主题: Linux版 - 有没有办法
这个可以搞定
Put this to the ~/.screenrc or ~/.Xdefault
# xterm scrollbar should work with screen
# also for scroll wheel
termcapinfo xterm ti@:te@
termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
termcapinfo rxvt 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
S*A
发帖数: 7142
10
you can use screen inside cygwin.
The default cygwin console sucks though.
rxvt seems to suck less.
A**u
发帖数: 2458
11
来自主题: Linux版 - 下载弟拼中。。。
不如俺的的
debian + awesome 爽
终端也不如 rxvt-unicode 设置wqy-mirco hei 饱满
劝你别瞎倒腾了
debian sid 无缝升级,5年也不用重装
s***g
发帖数: 495
12
来自主题: Linux版 - Ubuntu: 中文显示问题
In debian, use crxvt-big5 from rxvt-ml in GBK locale.
p*u
发帖数: 2454
13
来自主题: Unix版 - [转载] HOw to use Emacs as Xterm?
why does it prompt me to rxvt? Some weird stuff like \[\033]0;...
l******t
发帖数: 108
14
来自主题: Unix版 - xterm in UNIX
maybe you should try other terms: latest rxvt, aterm, eterm, ...
D****g
发帖数: 2860
15
来自主题: Unix版 - FreeBSD下能装中文xim吗?
想在rxvt和mozilla下面输入中文,FreeBSD 4.7, XFree86 4.2.1,
装Chinput应该没有问题吧?
D****g
发帖数: 2860
16
来自主题: Unix版 - Chinput搞不定了
thanks you very much. I set locale to zh_CN.EUC. The date command outputs
the date format in Chinese. But it seems that X does not support the locale,
Here is the output when I tried to run the program you gave me:
Error : XSupportsLocale() !
I ran rxvt as well, I pressed ctrl+space and nothing happened. I tried
ps -axw | grep chinput
and seems that chinput is not running. I tried to lauch chinput manually,
and it reports:
Please first
"export XMODIFIERS=@im=Chinput"
before run this prog
l*l
发帖数: 225
17
【 以下文字转载自 Linux 讨论区 】
【 原文由 lul 所发表 】
如果你使用KDE, Gnome, 请跳过本文.
由于我们使用的 WM 不同, 有些自带有可以开启 browser的功能条, 有的没有.
你在浏览使用 rxvt, term 浏览BBS是碰到有用的链接你是如何打开的?
这里的工具可以自动打开这些联结.
介绍如下, 程序开启, 有空的 entry ,
如果你浏览BBS看见有文字的联接, 只须要用鼠标将之"Highlingt", 程序 会自动
弹出一个条目问你要不要打开联接.
例如
我选择的默认的浏览器是 netscape, 你可以更改设置.
程序下载:
http://smu.dhs.org/luliang/download/my-develop-redhat/fastbar-0.1-1.i386.rpm
http://smu.dhs.org/luliang/download/my-develop-redhat/fastbar-0.1-1.tar.gz
后台运行, 将之最小化就行了.
c*****t
发帖数: 1879
18
google cxterm 或者 rxvt chinese
(共0页)