Added missing speeddating autoload.
[profile.git] / .profile.d / resize.bashrc
index e74dbc5..3f24b48 100644 (file)
@@ -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
   ;;