Updated client name to Bombadillo, jolly Tom

This commit is contained in:
sloumdrone 2019-03-17 10:02:00 -07:00
parent 80ab652448
commit d0a3b85c9f
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ func initClient() {
screen = cui.NewScreen()
screen.SetCharMode()
screen.AddWindow(2, 1, screen.Height - 2, screen.Width, false, false, true)
screen.AddMsgBar(1, " ((( Badger ))) ", " A fun gopher client!", true)
screen.AddMsgBar(1, " ((( Bombadillo ))) ", " A fun gopher client!", true)
bookmarksWidth := 40
if screen.Width < 40 {
bookmarksWidth = screen.Width