Ah, the joys of computer programming...<br><br>The extra chars appear from within screen sessions. SSH isn&#39;t required.<br>
<br>We&#39;re facing another dialog bug. Try this in a screen session inside Konsole:<br>  dialog --title &quot;foo&quot; --inputbox &quot;bar&quot; 8 20<br>If you resize the Konsole window, the characters appear.<br>Now, the resize event is notified to the application with a SIGWINCH, which is exactly the signal we send in the background to dialog in screen sessions to force a repaint (to work around another dialog bug which sometimes prevented the dialogs from being drawn).<br>

<br>I have no idea on how we can work around both problems.<br><br>On the plus side (sort of), I&#39;ve been unable to reproduce the issue on S12.2 in qemu. Any idea on when the problem started?<br><br>-- <br>Mauro Giachero<br>