Skip to content
Snippets Groups Projects
Commit 1b71a082 authored by Thomas Buckley-Houston's avatar Thomas Buckley-Houston
Browse files

Adds Browsh vesion to TTY startup screen

parent 51426020
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ func TTYStart(injectedScreen tcell.Screen) {
screen = injectedScreen
setupTcell()
writeString(1, 0, logo, tcell.StyleDefault)
writeString(0, 15, "Starting Browsh, the modern text-based web browser.", tcell.StyleDefault)
writeString(0, 15, "Starting Browsh v"+browshVersion+", the modern text-based web browser.", tcell.StyleDefault)
startFirefox()
Log("Starting Browsh CLI client")
go readStdin()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment