mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
fix putty support
This commit is contained in:
parent
f525cb48b3
commit
bea62cc194
1 changed files with 5 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue