https://bugs.kde.org/show_bug.cgi?id=384844
--- Comment #4 from Egmont Koblinger <egm...@gmail.com> --- All terminal emulators behave like this. There's nothing terminal emulators could do here, they don't know when is your shell prompt displayed and what is the desired state of the kernel's tty settings at a given point. If you really need a workaround, you might try putting "stty sane" or something like that in your PROMPT_COMMAND environment variable. That way your shell resets the required settings just before displaying the prompt. (Honestly I have no clue why bash doesn't do it automatically, as it toggles the stty settings back and forth upon each start and termination of apps. And zsh seems to do it.) I've never tried this and hence I cannot guarantee that it's free of side effects. -- You are receiving this mail because: You are watching all bug changes.