Skip to content

Fix: Use \r to terminate command in integrated terminal

Haozhe Jiang requested to merge mmf/dolphin:terminal_command_cr into master

\r should be used instead of \n, as what Konsole does on its ssh commands.

BUG: 458411

Merge request reports