Version: (using Devel) Installed from: Compiled sources OS: Linux minicom uses only half of konsolw width and wrapped that's for kde4.0.x and latest trunk
Created attachment 25265 [details] minicom in konsole4
Created attachment 25266 [details] konsole after minicom in kde 4.0.4
SVN commit 819652 by knight: Update pty window size when the image size is changed via escape codes from the terminal. CCBUG: 163782 M +6 -6 Session.cpp M +1 -1 Session.h WebSVN link: http://websvn.kde.org/?view=rev&revision=819652
Commit 819652 fixes the minicom output being wrapped. The display is still being sized to 80 columns on startup, which remains after exiting minicom.
SVN commit 819755 by knight: * Add support for 'Allow 132 columns' mode (set with \E?40h , reset with \E?40l) which controls whether selecting 80/132 column mode with DECCOLM (\E?3h,\E?3l) has any effect. Defaults to disabled as in xterm. * Avoid triggering a terminal size update if the new and current terminal image sizes are the same. BUG: 163782 M +9 -1 Emulation.cpp M +30 -8 Vt102Emulation.cpp M +16 -10 Vt102Emulation.h WebSVN link: http://websvn.kde.org/?view=rev&revision=819755