mirror of
https://github.com/EnumeratedDev/typer.git
synced 2026-09-16 05:36:10 +00:00
Add input bar and implement File->Open dropdown option
This commit is contained in:
+6
-1
@@ -48,6 +48,11 @@ func drawMessageBar(window *Window) {
|
||||
char = int32(messageToPrint[x])
|
||||
}
|
||||
|
||||
screen.SetContent(x, sizeY-1, char, nil, messageBarStyle)
|
||||
if currentInputRequest == nil {
|
||||
screen.SetContent(x, sizeY-1, char, nil, messageBarStyle)
|
||||
} else {
|
||||
screen.SetContent(x, sizeY-2, char, nil, messageBarStyle)
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user