GNU screen: how to clear scrollback and screen at once

穿精又带淫゛_ 提交于 2019-12-06 15:27:47

Turns out you can just do:

  bind _ eval "clear" "scrollback 0" "scrollback 15000"

Note that the order seems to matter: it doesn't seem to work every time if you have the "clear" at the end (it always clears the screen, but not always the scrollback).

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!