diff --git a/commonsh/02_term b/commonsh/02_term index 0c3186e..84d1a42 100755 --- a/commonsh/02_term +++ b/commonsh/02_term @@ -30,8 +30,11 @@ fix_term () screen?*) fix_term screen ;; - putty?*) - fix_term putty + putty-vt100) + echo "vt100" + ;; + putty-256color) + fix_term xterm-256color ;; *) echo "vt100"