[konsole] [Bug 470111] Bookmarks in Konsole "Broken" with Pasting Artifacts

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Thu Jun 1 01:49:17 BST 2023


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

ninjalj at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ninjalj at gmail.com

--- Comment #1 from ninjalj at gmail.com ---
Konsole needs to discard the current command line in case it's not empty, so it
can then send the cd command to the shell. The way it does this is by sending
an ASCII 03 character to the pseudo-terminal, which typically makes the tty
line discipline generate and send an INT signal to the shell, which then
discards the current command line. Some shells may display ^C while doing this
(others don't).

This was added as requested in https://bugs.kde.org/show_bug.cgi?id=46233

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list