fix putty support

This commit is contained in:
dmajnem2 2009-02-24 07:42:25 +00:00
parent f525cb48b3
commit bea62cc194

View file

@ -30,8 +30,11 @@ fix_term ()
screen?*) screen?*)
fix_term screen fix_term screen
;; ;;
putty?*) putty-vt100)
fix_term putty echo "vt100"
;;
putty-256color)
fix_term xterm-256color
;; ;;
*) *)
echo "vt100" echo "vt100"