Article 53HCV ncurses display problems in screen

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 Thumbnailsattachment.php?attachmentid=33210&stc=1& attachment.php?attachmentid=33211&stc=1& latest?d=yIl2AUoC8zA latest?i=4f2O3vPuNEg:bg_g909yLk4:F7zBnMy latest?i=4f2O3vPuNEg:bg_g909yLk4:V_sGLiP latest?d=qj6IDK7rITs latest?i=4f2O3vPuNEg:bg_g909yLk4:gIN9vFw4f2O3vPuNEg
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments