ncurses display problems in screen
by fakie_flip from LinuxQuestions.org on (#53HCV)
Outside of screen, bashtop and kmon display correctly. My TERM is set to screen-256color. I tried setting TERM to xterm-256color, but that did not solve it.
My .screenrc:
Code:term screen-256color # lots of colors
defshell -bash # the dash makes it a login shell
defscrollback 2024 # lots of scroll-back
bind ' ' windowlist -b # space displays the list of windows
bind '^b' '^a^a' # TODO Bind ^b or something simple for nested screens that would do ^a^a
# No more issues launching GUI apps within screen
setenv DISPLAY ':0'
logfile ~/.screen.log
hardstatus alwayslastline
hardstatus string '%{= bW}%-Lw%{= rW}%50>%n%f* %t%{= bW}%+Lw%< %{= bd}%-=%D %d %M %Y %c:%s%{-}'
caption always "%{= rW} [ %S ] %f %t %? ( %{rY} %u %{rW} ) %?"Edit: It doesn't happen with htop.
Attached Thumbnails


My .screenrc:
Code:term screen-256color # lots of colors
defshell -bash # the dash makes it a login shell
defscrollback 2024 # lots of scroll-back
bind ' ' windowlist -b # space displays the list of windows
bind '^b' '^a^a' # TODO Bind ^b or something simple for nested screens that would do ^a^a
# No more issues launching GUI apps within screen
setenv DISPLAY ':0'
logfile ~/.screen.log
hardstatus alwayslastline
hardstatus string '%{= bW}%-Lw%{= rW}%50>%n%f* %t%{= bW}%+Lw%< %{= bd}%-=%D %d %M %Y %c:%s%{-}'
caption always "%{= rW} [ %S ] %f %t %? ( %{rY} %u %{rW} ) %?"Edit: It doesn't happen with htop.
Attached Thumbnails