mirror of
https://github.com/KDE/konsole.git
synced 2026-05-04 20:55:56 -04:00
Update output tracking state of screen window when scrolling using Shift+Page/Arrow keys
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=666825
This commit is contained in:
@@ -140,6 +140,11 @@ void ScreenWindow::scrollBy( RelativeScrollMode mode , int amount )
|
||||
}
|
||||
}
|
||||
|
||||
bool ScreenWindow::atEndOfOutput() const
|
||||
{
|
||||
return _currentLine >= (lineCount()-windowLines());
|
||||
}
|
||||
|
||||
void ScreenWindow::scrollTo( int line )
|
||||
{
|
||||
if ( line < 0 )
|
||||
|
||||
Reference in New Issue
Block a user