Version: (using Devel) Installed from: Compiled sources Compiler: g++ 4.2.2 OS: Linux Hi, If I run screen then the terminal becomes unusable. It acts as if it misjudges the height of the window somehow. Then even after terminating screen the konsole tab becomes unusable. vim will act really weird and at the end of most commands (e.g. ls) there will be a "%" character.
I couldn't see anything odd during or after running screen here. > vim will act really weird and at the end of most > commands (e.g. ls) there will be a "%" character. Does resetting the terminal help?
No resetting doesn't help. Also running screen over ssh is fine but not on the local machine weirdly enough. Are you using the svn qt 4.4? I'm using the beta release from trolltech which I compile myself.
> Are you using the svn qt 4.4? I'm using the beta release from trolltech which I compile myself. Yes, I am using the Qt source from trunk/qt-copy in KDE's SVN, which should be pretty much the same as the Qt beta release.
> It acts as if it misjudges the height of the window somehow. If you split the screen into multiple regions using C-a,S do the status/splitter bars for each region appear in the right place?
Hey I just noticed when I split the screen both the captions seem to wrap at 80. The display becomes even more messed up than usual with a split screen. I found out if I set the columns to exactly 80 OR LESS then screen displays fine but otherwise it messes up. The $COLUMNS environment variable is fine though. Also I worked out if I resize the window either vertically or horizontally then the screen session fixes itself.
Seems to work since qt-copy was upgraded to match 4.4rc1.