readme

来自「早期freebsd实现」· 代码 · 共 13 行

TXT
13
字号
From: "Todd C. Miller" <millert@bruno.cs.colorado.edu>I'm also including a patch to curses that is necesary for nvi under hpuxif you are running an xterm, there is no problem with a vt100 or vt102.It's very strange and looks to me like hp's libtermlib is doing somethingnonstandard, but then, I don't know the curses code at all.  What happensis that when you scroll, __tscroll() gets a %pN (where N seems to alwaysbe 1) in cap whereas on ultrix & sunos there is no %pN entry.  The bsdtermcap has no idea what to do with this so it barfs (leaves OOPS turdsall over the place).  Anyway, my hack just ignores the %pN and things workjust fine.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?