]> arthur.barton.de Git - ax-zsh.git/commitdiff
10_terminal: Explicitly map "dev-vt52" to "vt52"
authorAlexander Barton <alex@barton.de>
Wed, 17 Aug 2016 20:58:02 +0000 (22:58 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 17 Aug 2016 20:58:02 +0000 (22:58 +0200)
The "dec-vt52" type is used by TELNET.TTP on Atari MagiC, but isn't
supported by modern Linux (any more). So map it to the generic type.

core/10_terminal/10_terminal.zprofile

index 2999829729034b0f1a21a064b6d3d66578ab8b92..b9e8ae81dffb5aba6a55a3536df8a2279842f529 100644 (file)
@@ -1,6 +1,6 @@
 # AX-ZSH: Alex' Modular ZSH Configuration
 # 10_terminal.zprofile: Initialize terminal settings
 
-[[ -t 0 ]] && eval `tset -Is`
+[[ -t 0 ]] && eval `tset -Is -m "dec-vt52:vt52"`
 [[ -z "$TERM" ]] && TERM="dumb"
 export TERM