[Konsole-devel] [Bug 181368] Copy&Paste loses tab on line break
Kurt V. Hindenburg
kurt.hindenburg at gmail.com
Sun Jul 5 17:09:56 UTC 2009
https://bugs.kde.org/show_bug.cgi?id=181368
--- Comment #2 from Kurt V. Hindenburg <kurt hindenburg gmail com> 2009-07-05 19:09:55 ---
Can you try the latest 4.2.x?
Here's what I get on trunk
>>> print '\t'.join(b)
14 12 11 8 8 7 7 5 2 3
22 1 2 1 1 1 0 0 4
>>> print '\t'.join(b)
14 12 11 8 8 7 7 5 2 3
22 1 2 1 1 1 0 0 4
>>> print '\t'.join(b)
14 12 11 8 8 7 7 5 2 3
22 1 2 1 1 1 0 0 4
So the 2nd line shouldn't have '22' ?
--
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