mirror of
https://github.com/EnumeratedDev/typer.git
synced 2026-09-16 05:36:10 +00:00
Add key binding and command to run any other command through input bar
This commit is contained in:
+3
-1
@@ -38,9 +38,11 @@ func main() {
|
||||
}
|
||||
}
|
||||
|
||||
for window.screen != nil {
|
||||
for !window.closed {
|
||||
window.Draw()
|
||||
window.ProcessEvents()
|
||||
}
|
||||
|
||||
window.screen.Fini()
|
||||
window.screen = nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user