[Konsole-devel] [Bug 201899] konsole mouse wheel scrolling: git

Matthew Woehlke mw_triad at users.sourceforge.net
Wed Jul 29 16:25:56 UTC 2009


https://bugs.kde.org/show_bug.cgi?id=201899


Matthew Woehlke <mw_triad at users.sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #6 from Matthew Woehlke <mw_triad users sourceforge net>  2009-07-29 18:25:53 ---
> So is this purely the screen buffer, but konsole detects when it's used and
> alters mousewheel input, scrollback display, and possibly more?

Not "purely". As I said in comment #1, the behavior is dependent on if there is
/scrollback/. Alternate screen buffer mode generally (maybe always, but since I
use TERM=linux I don't have ASB) does not have scrollback, but you can also
have no scrollback for other reasons (because you cleared it, or in a fresh
tab).

My guess would be as you say, git invoking less in a way that it doesn't use
the ASB. Sounds like you're already looking into that.

Some things that might help:
- setting PAGER
- setting LESS
- 'git <something that makes lots of output> | less'

(The last isn't necessarily a permanent solution, but to help track down if git
is indeed the culprit... though, my 'git' is actually a script that calls the
real git piped through 'less -FR', so it /is/ actually possible to adopt this
as a permanent solution if necessary, without the overhead of having to type '|
less' every time.)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list