From b5e8e2eb2b8bc9936070028ecf91ff8d0b7c33ef Mon Sep 17 00:00:00 2001 From: necoro <> Date: Wed, 11 Jul 2007 07:37:22 +0000 Subject: added SIGSTOP/SIGCONT support; SIGTERM now works ;) --- portato/gui/qt/terminal.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'portato/gui/qt/terminal.py') diff --git a/portato/gui/qt/terminal.py b/portato/gui/qt/terminal.py index 23e090a..0c7cf8b 100644 --- a/portato/gui/qt/terminal.py +++ b/portato/gui/qt/terminal.py @@ -118,6 +118,8 @@ class QtConsole (Console, Qt.QTextEdit): self.writeQueue = "" self.isNotWrapping = False + self.setContextMenuPolicy(Qt.Qt.ActionsContextMenu) + # set black bg self.palette().setColor(Qt.QPalette.Base, Qt.QColor("black")) -- cgit v1.2.3-70-g09d2