From 4e13832e942429bae101b3995a41b63f5a452046 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Wed, 17 Aug 2016 22:58:02 +0200 Subject: [PATCH] 10_terminal: Explicitly map "dev-vt52" to "vt52" 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/10_terminal/10_terminal.zprofile b/core/10_terminal/10_terminal.zprofile index 2999829..b9e8ae8 100644 --- a/core/10_terminal/10_terminal.zprofile +++ b/core/10_terminal/10_terminal.zprofile @@ -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 -- 2.39.2