summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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)