https://bugs.kde.org/show_bug.cgi?id=431697
ninj...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOT A BUG Status|REPORTED |RESOLVED CC| |ninj...@gmail.com --- Comment #1 from ninj...@gmail.com --- This behavior doesn't come from konsole. It comes from the shell, and can usually be configured via a shell option. For zsh: set +o SINGLE_LINE_ZLE For non-ancient ksh93: set -o multiline mksh doesn't seem to have a way to use multiline input. The same is probably true of many older ksh variants. -- You are receiving this mail because: You are watching all bug changes.