This shows you the differences between two versions of the page.
|
appearance [2010/12/28 21:45] 207.53.193.240 Typo correction. |
appearance [2011/03/27 09:44] (current) 188.113.94.121 |
||
|---|---|---|---|
| Line 258: | Line 258: | ||
| </code> | </code> | ||
| - | ===== Screen resizing despite -A when using PuTTY on Windows ===== | + | ===== Screen resizing despite -A when using PuTTY on Windows, iTerm2 on Mac OS X ===== |
| With GNU ''screen'' 2009-05-15 ([[git://git.savannah.gnu.org/screen.git]] :: 9cdf8e20), the resize disable command line option ''-A'' does not work with PuTTY on Windows (0.60). One way to work around this is to disable the terminal feature for remote-controlled terminal resizing in PuTTY. This setting is found in "Terminal" > "Features" > "Disable remote-controlled terminal resizing". After this you do not need to specify ''-A'' since ''screen'' will now force a resizing. | With GNU ''screen'' 2009-05-15 ([[git://git.savannah.gnu.org/screen.git]] :: 9cdf8e20), the resize disable command line option ''-A'' does not work with PuTTY on Windows (0.60). One way to work around this is to disable the terminal feature for remote-controlled terminal resizing in PuTTY. This setting is found in "Terminal" > "Features" > "Disable remote-controlled terminal resizing". After this you do not need to specify ''-A'' since ''screen'' will now force a resizing. | ||
| + | |||
| + | The same problem occurs with iTerm 2 on Mac OS X, and the solution is approximately the same: in your profile, select the ''terminal'' tab, then mark the checkbox ''Disable session-initiated window resizing''. | ||