From 89ed0106d3de43c0f39250524bc80de00f2b596c Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 20 Oct 2002 13:52:13 +0000 Subject: Enable setSize SIGNAL/SLOT conenction in session Add some separators to m_console of mainwindow --- (limited to 'noncore/apps/opie-console/MyPty.cpp') diff --git a/noncore/apps/opie-console/MyPty.cpp b/noncore/apps/opie-console/MyPty.cpp index a2373bf..6b0d6f2 100644 --- a/noncore/apps/opie-console/MyPty.cpp +++ b/noncore/apps/opie-console/MyPty.cpp @@ -98,6 +98,7 @@ void MyPty::setSize(int lines, int columns) { + qWarning("setting size"); struct winsize wsize; wsize.ws_row = (unsigned short)lines; wsize.ws_col = (unsigned short)columns; -- cgit v0.9.0.2