readme.reset

来自「Util-linux 软件包包含许多工具。其中比较重要的是加载、卸载、格式化、分」· RESET 代码 · 共 21 行

RESET
21
字号
RedHat and SuSE take the program reset from ncurses, where reset is a name for the program tset. It is approximately equivalent to	stty sane; tputs rs1; tputs rs2; tputs rf with `tputs rf' replaced by `tputs if' when there is an init_file but no reset_file. In the comments it wonders whether also sending rs3, rmacs, rmul, rmm might be a good idea.Slackware uses the small script given here. The part `echo -e \\033c' is the canonical reset of the kernel console status, and is equivalent to `tputs rs1' for a linux terminal.So, both versions are approximately the same.[A disadvantage of `echo -e \\033c' might be that it is potentiallywrong on a non-vt100, non-xterm, non-linux terminal.An advantage is that there are terminfo entries for xterm aroundthat only use rs1=^O as reset, and then \Ec is much better.]

⌨️ 快捷键说明

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