Get/set selection end in python bindings

This commit is contained in:
Arnout Engelen
2014-12-07 14:46:17 +01:00
parent 02b2ce3c67
commit 11a00b9ee6
+2 -3
View File
@@ -50,10 +50,9 @@ public:
int historyLinesCount();
int screenColumnsCount();
void setSelectionStart(int row, int column);
void setSelectionEnd(int row, int column);
void getSelectionStart(int& row, int& column);
// TODO wait for https://github.com/qterminal/qtermwidget/pull/32
//void setSelectionEnd(int row, int column);
//void getSelectionEnd(int& row, int& column);
void getSelectionEnd(int& row, int& column);
QString selectedText(bool preserveLineBreaks = true);
void setMonitorActivity(bool);
void setMonitorSilence(bool);