|
发表于 2010-3-30 21:24:17
|
显示全部楼层
- XTerm*termName: xterm-256color
- XTerm*background: MintCream
- XTerm*foreground: Black
- XTerm*utf8: 1
- !字体设置
- XTerm*faceName: xft:Consolas:style=Italic:pixelsize=25
- !CJK字体设置
- XTerm*faceNameDoublesize: xft:Microsoft YaHei Monotype:style=Bold Italic:pixelsize=23
- !设置输入法的输入风格。不设置这个的话,启动会很慢
- XTerm*preeditType: Root
- XTerm*LoginShell: True
- XTerm*xftAntialias: true
- XTerm*cjkWidth:False
- !mouse selecting to copy, ctrl-v to paste
- !Ctrl p to print screen content to file
- XTerm*VT100.Translations: #override \
- Ctrl <KeyPress> V: insert-selection(CLIPBOARD,PRIMARY,CUT_BUFFER0) \n\
- <BtnUp>: select-end(CLIPBOARD,PRIMARY,CUT_BUFFER0) \n\
- Ctrl <KeyPress> P: print() \n
- !fix alt key input(修正Alt不能正常使用的问题。)
- xterm*eightBitInput: false
- xterm*altSendsEscape: true
- !print color and bold/underline attributes
- !拷贝屏幕内容,包含所有颜色控制符。可以用来做ASCIIART,也可以用脚本转成html放到网上,就好像鸟哥的主页里面的代码段一样。附件里面的perl脚本可以把拷屏输出转成html。,使用ctrl+p
- xterm*printAttributes: 2
- xterm*printerCommand: cat > ~/xtermdump
复制代码
上面這個是我~/.Xdefaults裡xterm設得。 |
|