From bea62cc19412dd3377683379fad8a028e6626e3f Mon Sep 17 00:00:00 2001 From: dmajnem2 Date: Tue, 24 Feb 2009 07:42:25 +0000 Subject: [PATCH] fix putty support --- commonsh/02_term | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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"