0

スクリーンマン曰く

'-A'<br> すべてのウィンドウのサイズをディスプレイのサイズに合わせます。デフォルトでは、サイズ変更可能な端末 (suncmd や xterm のいくつかの種類など、説明に「WS」が含まれる端末) に接続するときに、screen は古いウィンドウ サイズを復元しようとする場合があります。

これは、-A フラグを使用して画面から開始するときに機能します。しかし、すべての screen セッションがデフォルトで取得できるように screenrc に設定するにはどうすればよいでしょうか?

4

1 に答える 1

1
fit

Change  the  window  size to the size of the current region. This command is needed
because screen doesn't adapt the window size automatically if the  window  is  dis-
played more than once.

のデフォルトのキーバインディングfitは Ca F です。

于 2013-10-04T21:39:40.597 に答える