summaryrefslogtreecommitdiff
path: root/portato/gui/qt/terminal.py
diff options
context:
space:
mode:
authornecoro <>2007-07-11 07:37:22 +0000
committernecoro <>2007-07-11 07:37:22 +0000
commitb5e8e2eb2b8bc9936070028ecf91ff8d0b7c33ef (patch)
tree366a8a3656d01dc2e30f28943c898a2578211409 /portato/gui/qt/terminal.py
parent3637bd7900f3b480b5935279c598c39bee70a03e (diff)
downloadportato-b5e8e2eb2b8bc9936070028ecf91ff8d0b7c33ef.tar.gz
portato-b5e8e2eb2b8bc9936070028ecf91ff8d0b7c33ef.tar.bz2
portato-b5e8e2eb2b8bc9936070028ecf91ff8d0b7c33ef.zip
added SIGSTOP/SIGCONT support; SIGTERM now works ;)
Diffstat (limited to '')
-rw-r--r--portato/gui/qt/terminal.py2
1 files changed, 2 insertions, 0 deletions
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"))