Added Yosys tab with interactive console

This commit is contained in:
Miodrag Milanovic
2018-07-16 21:15:49 +02:00
parent 56fa8cc669
commit ee2ed461e6
7 changed files with 328 additions and 1 deletions
-1
View File
@@ -48,7 +48,6 @@ void LineEditor::keyPressEvent(QKeyEvent *ev)
QToolTip::hideText();
if (lines.empty())
return;
printf("Key_Up\n");
if (ev->key() == Qt::Key_Up)
index--;
if (ev->key() == Qt::Key_Down)