summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/io_layer.h
authorzecke <zecke>2002-10-14 17:46:45 (UTC)
committer zecke <zecke>2002-10-14 17:46:45 (UTC)
commit2c5e8939ba073a42c032f5a9660ed0dd4580bf88 (patch) (side-by-side diff)
tree163d660eb057ba0f78c119465d85413d3524ed1b /noncore/apps/opie-console/io_layer.h
parent51e18b363eb37621479a059af58da3040db1be7e (diff)
downloadopie-2c5e8939ba073a42c032f5a9660ed0dd4580bf88.zip
opie-2c5e8939ba073a42c032f5a9660ed0dd4580bf88.tar.gz
opie-2c5e8939ba073a42c032f5a9660ed0dd4580bf88.tar.bz2
The new old TerminalWidget I'm anything but happy about it
Diffstat (limited to 'noncore/apps/opie-console/io_layer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/io_layer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/io_layer.h b/noncore/apps/opie-console/io_layer.h
index bf5a893..9c99222 100644
--- a/noncore/apps/opie-console/io_layer.h
+++ b/noncore/apps/opie-console/io_layer.h
@@ -64,6 +64,8 @@ public:
* and will listen to it's data again...
*/
virtual void closeRawIO(int);
+
+
signals:
/**
* received input as QCString
@@ -97,6 +99,12 @@ public slots:
* closes and reloads the settings
*/
virtual void reload( const Profile& ) = 0;
+
+ /**
+ * set the size
+ * needed for pty
+ */
+ virtual void setSize(int rows, int cols );
};
#endif