<table><tr><td style="">mglb created this revision.<br />Restricted Application added a subscriber: Konsole.<br />Restricted Application added a project: Konsole.<br />mglb requested review of this revision.<br />mglb planned changes to this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D11762">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>There are (more or less) valid cases when currentTerminalDisplay can be<br />
not set:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">konsole started with <tt style="background: #ebebeb; font-size: 13px;">--background-mode</tt>, sendText called via D-Bus</li>
<li class="remarkup-list-item">text send through KPart's sendInput()</li>
</ul>

<p>It can be assumed read-only is not set in this case.</p>

<p>This patch should also fix TerminalInterfaceTest. Currently the shell<br />
probably doesn't get commands send through sendInput.</p></div></div><br /><div><strong>TEST PLAN</strong><div><ul class="remarkup-list">
<li class="remarkup-list-item">Run <tt style="background: #ebebeb; font-size: 13px;">konsole --background-mode --nofork & ; sleep 2; qdbus org.kde.konsole-$! /Sessions/1 sendText $'echo test\n'</tt></li>
<li class="remarkup-list-item">Press Ctrl+Shift+F12</li>
<li class="remarkup-list-item">The terminal should show <tt style="background: #ebebeb; font-size: 13px;">echo test</tt> command and its result</li>
</ul></div></div><br /><div><strong>REPOSITORY</strong><div><div>R319 Konsole</div></div></div><br /><div><strong>BRANCH</strong><div><div>arc/process-key-event-even-without-active-terminaldisplay</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D11762">https://phabricator.kde.org/D11762</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/Vt102Emulation.cpp</div></div></div><br /><div><strong>To: </strong>mglb<br /><strong>Cc: </strong>Konsole, herrold, ngraham, hindenburg<br /></div>