mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-08-22 14:17:29 +02:00
Added Yosys tab with interactive console
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user