Skip to content
Commit 732f6905 authored by Michael Heidelbach's avatar Michael Heidelbach Committed by Albert Astals Cid
Browse files

Clear konsole command-line before directory change

Summary:
When changing tabs anything that exists in the command line gets
executed.
That can be very dangerous. Dolphin clears the command line. I
copied/pasted that code.

Test Plan:
Open 2 files residing in different directories in kate
Activate konsole plugin.
In konsole type 'ls /tmp' (not ENTER)
Change tab.

-> ls /tmp should not execute

Differential Revision: https://phabricator.kde.org/D9590
parent 4734043d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment