diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-12-25 20:08:35 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-12-25 20:08:35 +0000 |
commit | b4ab51393dd8f0b1fcc2b7d7a95d5dd2a2f5aab5 (patch) | |
tree | 24e3c0c533cc2ab001aeed2ba6200b30e5298987 | |
parent | 69237d30c5de8e98a38aec382abd794438124dfa (diff) | |
download | infra-b4ab51393dd8f0b1fcc2b7d7a95d5dd2a2f5aab5.tar.gz infra-b4ab51393dd8f0b1fcc2b7d7a95d5dd2a2f5aab5.tar.bz2 infra-b4ab51393dd8f0b1fcc2b7d7a95d5dd2a2f5aab5.zip |
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.
-rw-r--r-- | misc/dotfiles/screenrc.j2 | 3 |
1 files changed, 0 insertions, 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. |