From a1843ba12bcd5191ffe710affdd77159be9f6973 Mon Sep 17 00:00:00 2001 From: aoife cassidy Date: Thu, 3 Apr 2025 08:18:28 +0300 Subject: [PATCH] within --- app/shell.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/shell.go b/app/shell.go index 359d3ee..f5dddd7 100644 --- a/app/shell.go +++ b/app/shell.go @@ -24,7 +24,9 @@ func (view *Shell) Draw(state *ui.State) (row int) { vaxis.Segment{Text: "TERMINAL", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}}, vaxis.Segment{Text: `. Good news...you've been using the TERMINAL this whole time! -The tool we use to navigate between programs *within* the terminal, however, is called a `}, +The tool we use to navigate between programs `}, + vaxis.Segment{Text: "within", Style: vaxis.Style{Attribute: vaxis.AttrItalic}}, + vaxis.Segment{Text: " the terminal, however, is called a "}, vaxis.Segment{Text: "shell", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}}, vaxis.Segment{Text: `. It's an interface that accepts commands, like "open a text editor" or "show me my flower", in a special language. the most popular shell is called `}, vaxis.Segment{Text: "bash", Style: vaxis.Style{Foreground: vaxis.IndexColor(3)}},