Revision 762055

Go back to digest for 20th January 2008

Features in KDE Base

Robert Knight committed changes in /trunk/KDE/kdebase/apps/konsole/src:

Scroll the terminal display continually when the mouse is held down and then moved outside of the display, rather than requiring continual mouse movement to scroll. Make the scrolling rate proportional to the distance between the edge of the display and the mouse position.

Currently suffers from quite noticable flicker when scrolling quickly through a large scrollback buffer because the display is scrolled and repainted before the selection is extended.

Stop the cursor from blinking and text from blinking when the display loses focus and restart blinking when the cursor regains focus.

Ensure that the cursor is visible in a hollowed-out style when the display does not have focus.

File Changes

Modified 2 files
  • /trunk/KDE/kdebase/apps/konsole/src
  •   /TerminalDisplay.cpp
  •   /TerminalDisplay.h
2 files changed in total