Bug 190973 - Konsole multiline cut and paste ignores whitespace at end of lines
Summary: Konsole multiline cut and paste ignores whitespace at end of lines
Status: CLOSED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-28 23:07 UTC by Dave Flogeras
Modified: 2009-05-12 23:07 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Flogeras 2009-04-28 23:07:36 UTC
Version:            (using KDE 4.2.2)
Compiler:          gcc version 4.1.2 (Gentoo 4.1.2 p1.1) Configured with: /var/tmp/portage/sys-devel/gcc-4.1.2/work/gcc-4.1.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.2 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --disable-libgcj --with-arch=i686 --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu Thread model: posix
OS:                Linux
Installed from:    Gentoo Packages

If I cut multiple lines from a konsole window, when I paste it into anything else (or even another konsole), whitespace at then ends of lines is lost, potentially ramming words together.

For example, (narrowed to prove the point), if I cut the following text wrapping from the first line to the second:

"Hello my name is "
"David"


When I pasted it, it would be "Hello my name isDavid"
Comment 1 Ernst de Haan 2009-04-29 11:16:37 UTC
I think the question would be whether Konsole actually *knows* if there is any whitespace at the end of the line.

But if it can, then I agree this would make a good improvement, making Konsole an more practical graphical terminal emulator.

I've been using Mac OS X for a couple of years now, in stead of KDE 3 (on FreeBSD and Linux) and I can honestly say that Konsole is the one app I miss the most.
Comment 2 Kurt Hindenburg 2009-04-29 15:16:43 UTC
This has been fixed in 4.2.3 and 4.3.

There is another BKO for a similar issues in Konsole's history.
Comment 3 Ernst de Haan 2009-04-29 15:22:01 UTC
Wow, that's quick!
Comment 4 Dave Flogeras 2009-05-12 23:07:08 UTC
Confirmed after my upgrade to 4.2.3, thank you very much