From 68560ea8622e31ee720193440144976cda78bec3 Mon Sep 17 00:00:00 2001 From: tjp Date: Mon, 8 Jan 2024 11:54:00 -0700 Subject: gopher and gemtext colors/styles --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index fd3803e..0c1e7da 100644 --- a/main.go +++ b/main.go @@ -71,7 +71,7 @@ func main() { } } -const Prompt = "\x1b[38;5;39mX-1\x1b[0m> " +const Prompt = promptStyle + "X-1" + ansiClear + "> " func writeError(msg string) { fmt.Fprintf(os.Stdout, "\x1b[31m%s\x1b[0m\n", msg) -- cgit v1.2.3