[Konsole-devel] [Bug 225501] Empty lines in saved output

Kurt V. Hindenburg kurt.hindenburg at gmail.com
Tue Mar 2 03:42:30 UTC 2010


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





--- Comment #2 from Kurt V. Hindenburg <kurt hindenburg gmail com>  2010-03-02 04:42:29 ---
SessionController.cpp

 const int LINES_PER_REQUEST = 500;


        // if there are still more lines to process after this request
        // then insert a new line character
        // to ensure that the next block of lines begins on a new line
        //
        // FIXME - There is still an extra new-line at the end of the save
data.
        if ( copyUpToLine <= sessionLines-1 )
        {
            stream << '\n';
        }

-- 
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