Этот коммит содержится в:
aoife cassidy 2025-03-02 22:07:52 -08:00
родитель 132021fe73
Коммит 76977a09ff
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7184AC1C9835CE48
2 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -27,9 +27,9 @@ func (view *Help) Event(state *ui.State, event vaxis.Event) (processed bool) {
run `},
vaxis.Segment{Text: "town bbj", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}},
vaxis.Segment{Text: ` to see what we're talking about on our bulletin board
oh, and you've got mail! run `},
vaxis.Segment{Text: "town mail", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}},
vaxis.Segment{Text: ` to see who it's from :)
to check out some things happening around town, run `},
vaxis.Segment{Text: "town explore", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}},
vaxis.Segment{Text: `
press Enter to quit to a shell!
`},

Просмотреть файл

@ -24,6 +24,8 @@ func (view *Introduction) Event(state *ui.State, event vaxis.Event) (processed b
this short tutorial will help you get accustomed to the terminal the text-based user interface that you will do most of your interacting with town on. if you're here, this means you've successfully connected to town over ssh good job! you can handle the rest. i believe in you <3
please make sure your terminal window is decently tall, otherwise some stuff may get cut off.
press Enter to continue to the next page. if you know what you're doing, you can press Ctrl+C or Ctrl+D at any point to exit to a shell.`})
return
}