From b4ab51393dd8f0b1fcc2b7d7a95d5dd2a2f5aab5 Mon Sep 17 00:00:00 2001 From: Dmitry Ilvokhin Date: Wed, 25 Dec 2024 20:08:35 +0000 Subject: Do not set `$TERM` env variable in screen I don't know why I set it to `xterm` at the first place. Let's remove it and see what will break. This seems kind of wrong to pretend to be xterm, while screen actually is not. --- misc/dotfiles/screenrc.j2 | 3 --- 1 file changed, 3 deletions(-) diff --git a/misc/dotfiles/screenrc.j2 b/misc/dotfiles/screenrc.j2 index f7c9c07..02cfcf6 100644 --- a/misc/dotfiles/screenrc.j2 +++ b/misc/dotfiles/screenrc.j2 @@ -10,9 +10,6 @@ defscrollback 32768 # Disable copyright notice during startup. startup_message off -# Set `$TERM` value for xterm instead of screen. -term xterm - # Enable "alternate screen" terminal capability. Screen will behave like # regular terminal. For example, after vim was closed, shell history will be # displayed instead of contents of the file just closed. -- cgit v1.2.3-70-g09d2