https://bugs.kde.org/show_bug.cgi?id=470111
ninj...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ninj...@gmail.com --- Comment #1 from ninj...@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 watching all bug changes.