Add key binding and command to run any other command through input bar

This commit is contained in:
2025-06-15 15:43:12 +03:00
parent e25916228c
commit a3138a9e86
4 changed files with 56 additions and 4 deletions
+3 -1
View File
@@ -38,9 +38,11 @@ func main() {
}
}
for window.screen != nil {
for !window.closed {
window.Draw()
window.ProcessEvents()
}
window.screen.Fini()
window.screen = nil
}