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/opie-console.pro') diff --git a/noncore/apps/opie-console/opie-console.pro b/noncore/apps/opie-console/opie-console.pro index 7990a64..c2fb558 100644 --- a/noncore/apps/opie-console/opie-console.pro +++ b/noncore/apps/opie-console/opie-console.pro @@ -27,9 +27,10 @@ HEADERS = io_layer.h io_serial.h io_irda.h io_bt.h io_modem.h \ receive_layer.h filereceive.h \ script.h \ dialer.h \ + terminalwidget.h \ emulation_handler.h TECommon.h \ TEHistroy.h TEScreen.h TEWidget.h \ - TEmuVt102.h TEmulation.h + TEmuVt102.h TEmulation.h MyPty.h SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \ file_layer.cpp filetransfer.cpp \ @@ -55,9 +56,10 @@ SOURCES = io_layer.cpp io_serial.cpp io_irda.cpp io_bt.cpp io_modem.cpp \ receive_layer.cpp filereceive.cpp \ script.cpp \ dialer.cpp \ + terminalwidget.cpp \ emulation_handler.cpp TEHistory.cpp \ TEScreen.cpp TEWidget.cpp \ - TEmuVt102.cpp TEmulation.cpp + TEmuVt102.cpp TEmulation.cpp MyPty.cpp INTERFACES = configurebase.ui editbase.ui -- cgit v0.9.0.2