Flashing window in gnu screen

Posted by gotts on Stack Overflow See other posts from Stack Overflow or by gotts
Published on 2010-05-29T16:32:54Z Indexed on 2010/05/29 16:42 UTC
Read the original article Hit count: 351

Filed under:
|
|

I really like gnu screen but there is a problem in my environment when I use it.

Examle:

username@domain:/var/www$ l
Display all 130 possibilities? (y or n)

when you click [Tab] to perform autocompletion there is a screen flashing for a very short period of time(looks like white screen but I can see it for a very-very short time).

There isn't any problems with that when I execute the same action in normal/non-screen environment.

This is what my .screenrc looks like:

attrcolor b ".I"
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
defbce "on"
term screen-256color-bce

© Stack Overflow or respective owner

Related posts about screen

Related posts about gnu-screen