Just last night I upgraded to slackware-current. I'm having a problem with irssi though. Here are two screenshots that will help explain the problem.
irssi01
irssi02
The problem is that the irssi window is acting like it's split into two windows. When I use page up to scroll up the bottom stays the same. The same thing happens if I use page down to scroll down.
I tried going back to the perl 5.8.7 and irssi 0.8.9 from Slackware 10.2, but it does the same thing. Right now I'm back using the perl and irssi from slackware-current. Does anyone know what else could be causing this?
edit: Well, looks like I solved my own problem again :P. I ended up removing my .Xdefaults and it worked, so I found out which line was causing it and it was the following:
Code:
Aterm*termName: xterm
Commented it out and it worked.