[Konsole-devel] [Bug 90201] copy / paste removes whitespace if it is the last character of wrapping line
Kurt V.Hindenburg
kurt.hindenburg at kdemail.net
Sat Dec 18 06:14:28 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=90201
kurt.hindenburg kdemail net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From kurt.hindenburg kdemail net 2004-12-18 07:14 -------
CVS commit by hindenburg:
BUG: 90201
Fix the deleting of spaces when using copy/paste.
M +1 -1 TEScreen.cpp 1.84
--- kdebase/konsole/konsole/TEScreen.cpp #1.83:1.84
@ -1265,5 +1265,5 @ void TEScreen::getSelText(bool preserve_
#define LINE_WRAP do { \
assert(d <= columns); \
- *stream << makeString(m, d, true); \
+ *stream << makeString(m, d, false); \
d = 0; \
} while(false)
More information about the konsole-devel
mailing list