diff options
author | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2012-07-13 15:33:03 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2012-07-13 15:33:42 +0200 |
commit | 6a257631a949785616c3fbc31675b09c785c6c68 (patch) | |
tree | d365a5144024fb057e9ce87354bde709e5474f0b /screenrc | |
parent | 002b08f9cef903503bf6f829f29d9675cdedca4f (diff) | |
download | dotfiles-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-- | screenrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,3 +50,6 @@ bind = resize = bind + resize +3 bind - resize -3 bind _ resize max + +# register screen +setenv SCREEN 1 |