比如在xterm下运行一个shell,会出很多行log,然后我在shell还没跑完时向上滚动屏幕,这时如果有新出的log的话,终端就会自动跳到新出的log那一行,请问有没有办法使终端不自动跳到新出的log那一行?在tty终端下也一样
离线
You can suspend the output by Control-S and then re-enable it by Control-Q. It does not suspend the program that is running. It only suspends terminal output.
(Source)
离线
可以,多谢了
离线