diff options
| author | tjp <tjp@ctrl-c.club> | 2024-01-08 11:54:00 -0700 |
|---|---|---|
| committer | tjp <tjp@ctrl-c.club> | 2024-01-08 11:54:00 -0700 |
| commit | 68560ea8622e31ee720193440144976cda78bec3 (patch) | |
| tree | f9fc0854efff4cdcbd89b29c5b4475e37a1ab989 /main.go | |
| parent | b24735c74c4de69277cf2972c3f040d5cb9e0901 (diff) | |
gopher and gemtext colors/styles
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
