📄 readme.scotty
字号:
On SCO, TTY devices must be named in the style of: /dev/tty#N ^^ || |`------ uppercase letter for modem control | lowercase for non-modem control `--------digit (1-4)If you are using FAS or other third-party driver, you may use ecuwith ports not normally named in the /dev/tty#N style in one of twoways under UNIX and one way under XENIX: 1. Under XENIX or UNIX, create a link to the port with a compatible name: ln /dev/ttyF00 /dev/tty1a ln /dev/ttyFM00 /dev/tty1A 2. Under UNIX, add additional lines to the /etc/conf/node.d file and rebuild the kernel environment (this is the recommended approach for UNIX, as documented in FAS 2.08 and 2.09): fas ttyF00 c 48 fas tty1a c 48 fas ttyF01 c 49 fas tty1b c 49 fas ttyFM00 c 208 fas tty1A c 208 fas ttyFM01 c 209 fas tty1B c 209
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -