mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-05-05 15:43:30 +00: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