The GNU screen is unresponsive, seems blocked

前端 未结 5 1445
旧时难觅i
旧时难觅i 2021-01-29 21:14

GNU Screen seems to freeze. Unable to enter user input.

I was using GNU screen and when I pressed the screen it became unresponsive. I can execute all the GNU screen c

5条回答
  •  不要未来只要你来
    2021-01-29 22:08

    When using PuTTY, you can get an apparently freezed screen if you press Ctrl+s. This sends an Xoff signal blocking the terminal's output.

    The solution is to press Ctrl+q to send the Xon signal.

提交回复
热议问题