summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/MyPty.h
AgeCommit message (Collapse)AuthorFilesLines
2002-10-30Console configuration widget done, Environment variables can now be setwazlaf1-0/+6
2002-10-22set $TERM in MyPty according to the terminal typezecke1-0/+1
emulation_handler set the keyfilter right for the right terminal filetransfer fix warnings profile add Linux, XTerm as Emulation options TerminalWidget add Linux,XTerm
2002-10-15 next isConnected tryharlekin1-1/+1
2002-10-15Add a Feature Support BitArray to the IOLayerzecke1-0/+2
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-15The right way to deal with the pipezecke1-0/+2
2002-10-14A small console emulation layer...zecke1-0/+95
And some configuration stuff fonts are working colors are not fully working BackGround and ForeGround both are black :(