Summary: | Mouse resizing of split VIM windows works in XTerm, but not in Konsole | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Artjom Simon <artjom.simon> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dg-kde |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Artjom Simon
2005-02-19 16:37:19 UTC
I think I recall this working in Konsole also (3.3.x?). A lot of things have changed for 3.4. *** Bug 103180 has been marked as a duplicate of this bug. *** Same here with kde 3.4.2 on debian/sid. Resizing the windows is the only option where even the vim-devs admit, that a mouse is usefull -- but with console you're bound to the keyboard-shortcuts, which is very frustrating. The problem still persists in Konsole 1.6 / KDE 3.5.1, more than one year after reporting.. Just to keep it up to date: Konsole 1.6.2 and vim 7.0 - still no luck. Hi, There are 4 different mouse modes which xterm supports. Konsole in KDE 3.5 only handles one of them (which handles basic button presses and releases) Konsole SVN (ie. Konsole for KDE 4) adds support for at least one more which handles button-dragging, so this Vi feature works properly. There are still two more modes which are not yet handled, but I think they are less widely used (one is for something called "mouse highlight tracking", the other is a slight variation on mouse button dragging) I don't know why it worked in earlier versions, I'm guessing that a large chunk of code was rewritten or refactored and this feature was not re-implemented. |