summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/MyPty.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-15Add a Feature Support BitArray to the IOLayerzecke1-4/+19
This way we know what an IOLayer supports Adjust IOSerial and MyPty to that change Fix the after close window the previous session window is empty bug in Mainwindow::remove we had a problem first we removed the currentSession from the tab and then deleted the session The problem is that removePage on OTabWidget does signal currentChanged so we did not delete the session intended but the wrong one because m_curSession got adjusted after a removePage... 3rd fix the close and reopen bug in MyPty
2002-10-15Remove debugging outputzecke1-6/+0
Fix possible crashes in io_bt and io_irda
2002-10-15The right way to deal with the pipezecke1-3/+7
2002-10-15Temp disable the Error notifier this fixes the probs with exiting taking ↵zecke1-5/+17
90%+ of CPU time
2002-10-14A small console emulation layer...zecke1-0/+299
And some configuration stuff fonts are working colors are not fully working BackGround and ForeGround both are black :(