X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.profile.d%2Fresize.bashrc;h=3f24b4860e14434dba7b0338b33235de488f88ec;hb=f5757053144627072421376776ac959f70af72d0;hp=e74dbc596b33829cc5c8a4cd2d1530c0afe469d1;hpb=8258aae3ed4e6059d22911a4ad7e41d40ebe9ac3;p=profile.git diff --git a/.profile.d/resize.bashrc b/.profile.d/resize.bashrc index e74dbc5..3f24b48 100644 --- a/.profile.d/resize.bashrc +++ b/.profile.d/resize.bashrc @@ -1,7 +1,9 @@ # Can we resize this window? case "$TERM" in # Terminals we KNOW can't be resized. - cygwin|linux|sun-color) + # screen and screen-256color are included to support tmux. Real screen + # will set TERM to screen-256color-bce and we drop through. + cygwin|linux|screen|screen-256color|sun-color) export RESIZABLE=0 ;;