summaryrefslogtreecommitdiffstats
path: root/screenrc
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2012-07-13 15:33:03 +0200
committerAlexander Sulfrian <alexander.sulfrian@fu-berlin.de>2012-07-13 15:33:42 +0200
commit6a257631a949785616c3fbc31675b09c785c6c68 (patch)
treed365a5144024fb057e9ce87354bde709e5474f0b /screenrc
parent002b08f9cef903503bf6f829f29d9675cdedca4f (diff)
downloaddotfiles-6a257631a949785616c3fbc31675b09c785c6c68.tar.gz
dotfiles-6a257631a949785616c3fbc31675b09c785c6c68.tar.xz
dotfiles-6a257631a949785616c3fbc31675b09c785c6c68.zip
bashrc/common/prompt: fix detection of tmux and screen
before even a normal terminal with TERM="screen" was detected as screen and f.e. caused problems with connectbot from android (set TERM="screen" but did not understand the screen escape sequences for setting the title)
Diffstat (limited to 'screenrc')
-rw-r--r--screenrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/screenrc b/screenrc
index 4e0a8a9..9761ca6 100644
--- a/screenrc
+++ b/screenrc
@@ -50,3 +50,6 @@ bind = resize =
bind + resize +3
bind - resize -3
bind _ resize max
+
+# register screen
+setenv SCREEN 1