Files
tldr/pages.zh/linux/xterm.md

24 lines
553 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# xterm
> X窗口系统的终端仿真器。
> 更多信息:<https://manned.org/xterm>。
- 打开标题为 `Example` 的终端:
`xterm -T {{Example}}`
- 以全屏模式打开终端:
`xterm -fullscreen`
- 打开背景为深蓝色,前景(字体颜色)为黄色的终端:
`xterm -bg {{darkblue}} -fg {{yellow}}`
- 打开每行100个字符和35行屏幕位置为x=200pxy=20px的终端
`xterm -geometry {{100}}x{{35}}+{{200}}+{{20}}`
- 使用Serif字体和字体大小为20打开终端
`xterm -fa {{'Serif'}} -fs {{20}}`