From d7290c6b24266303abd95e7f38c0fecae395f355 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 14 Oct 2002 22:58:11 +0000 Subject: A small console emulation layer... And some configuration stuff fonts are working colors are not fully working BackGround and ForeGround both are black :( --- (limited to 'noncore/apps/opie-console/default.h') diff --git a/noncore/apps/opie-console/default.h b/noncore/apps/opie-console/default.h index 288f370..b8cda03 100644 --- a/noncore/apps/opie-console/default.h +++ b/noncore/apps/opie-console/default.h @@ -17,12 +17,14 @@ extern "C" { IOLayer* newSerialLayer(const Profile&); IOLayer* newBTLayer(const Profile& ); IOLayer* newIrDaLayer(const Profile& ); + IOLayer* newConsole(const Profile& ); ProfileDialogWidget* newSerialWidget(const QString&, QWidget* ); ProfileDialogWidget* newIrDaWidget (const QString&, QWidget* ); ProfileDialogWidget* newBTWidget (const QString&, QWidget* ); + ProfileDialogWidget* newConsoleWid (const QString&, QWidget* ); -// ProfileDialogWidget* newTerminalWidget(const QString&, QWidget* ); + ProfileDialogWidget* newTerminalWidget(const QString&, QWidget* ); // EmulationLayer* newVT102( WidgetLayer* ); }; -- cgit v0.9.0.2