mirror of
https://github.com/KDE/konsole.git
synced 2026-05-08 14:46:44 -04:00
Emit signal on receiving escape sequence for changing terminal size
This is just one needed prerequisite for supporting the resizing escape sequence. I still have no clear clue of adding the support correctly
This commit is contained in:
@@ -141,6 +141,8 @@ Session::Session(QObject* parent) :
|
||||
SLOT(onPrimaryScreenInUse(bool)));
|
||||
connect(_emulation, SIGNAL(selectedText(QString)), this,
|
||||
SLOT(onSelectedText(QString)));
|
||||
connect( _emulation, SIGNAL(imageResizeRequest(QSize)) , this,
|
||||
SIGNAL(resizeRequest(QSize)) );
|
||||
|
||||
//create new teletype for I/O with shell process
|
||||
openTeletype(-1);
|
||||
|
||||
Reference in New Issue
Block a user