]> arthur.barton.de Git - ax-zsh.git/commitdiff
11_terminal: "putty*" is a modern terminal
authorAlexander Barton <alex@barton.de>
Wed, 21 Aug 2019 09:12:53 +0000 (11:12 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 21 Aug 2019 09:12:53 +0000 (11:12 +0200)
core/11_terminal/11_terminal.zshrc

index 7b1214ca7a7191a7bbab02b4d9fbdafa9cbeebef..ac24c3be772dffacf151b73d5fb7feed775ffb87 100644 (file)
@@ -47,6 +47,7 @@ function _axzsh_is_widechar_terminal {
 # Test for "modern" terminal
 function axzsh_is_modern_terminal {
        [[ "$TERM" = cygwin ]] && return 0
+       [[ "$TERM" = putty* ]] && return 0
        [[ "$TERM" = screen* ]] && return 0
        [[ "$TERM" = tmux* ]] && return 0
        [[ "$TERM" = xterm* ]] && return 0