https://bugs.kde.org/show_bug.cgi?id=377181
Egmont Koblinger <egm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |egm...@gmail.com --- Comment #4 from Egmont Koblinger <egm...@gmail.com> --- This is an invalid bugreport, you guys are on the wrong track. There are no "ti@" and "te@" capabilities in xterm or anywhere. There are "ti" and "te" capabilities (switch to/from the alternate screen) and these are supported by konsole. The "@" sign is screenrc's notation for turning _off_ a feature (check in screen's manual page), that is, effectively removing it from xterm's description, not emitting it towards the terminal emulator, pretending that the emulator doesn't support it. One reason why it no longer works for you might be that I believe konsole now defaults to TERM=xterm-256color rather than xterm, it needs to be adjusted in screenrc's line. On a side note, turning these off is a broken idea by design. Sure it's more convenient to be able to scroll back using the emulator's scrollbar, but the moment you start using screen's features like detaching and re-attaching, it no longer carries the scrollback contents. Or if you switch between multiple windows inside screen, they'll have a common scrollback. -- You are receiving this mail because: You are watching all bug changes.