hallucination + term height

Este commit está contenido en:
aoife cassidy 2025-03-02 22:07:52 -08:00
padre 132021fe73
commit 76977a09ff
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 7184AC1C9835CE48
Se han modificado 2 ficheros con 5 adiciones y 3 borrados

Ver fichero

@ -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!
`},

Ver fichero

@ -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
}