Bug 151905

Summary: selecting text adds linebreaks where none present
Product: [Applications] konsole Reporter: Will Stephenson <wstephenson>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED FIXED    
Severity: major CC: mueller
Priority: NOR    
Version: 1.9.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Will Stephenson 2007-11-05 17:30:24 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

In KDE 3 konsole, selecting some 'VERBOSE=1 make' output that has been word-wrapped selects it as it was output by gcc.  

In KDE 4's konsole (1.9.2) the word wraps add line breaks to the selected text, making it impossible to paste and execute again.
Comment 1 Robert Knight 2007-11-16 19:45:05 UTC
Fixed with commits #737603,#737604.  Konsole was not storing the line-wrap status in its history buffer or clearing the line-wrap status when adding new blank lines.