bunker: better colors and prompts.

This commit is contained in:
fiatjaf
2024-02-12 15:39:13 -03:00
parent 347a82eaa9
commit 5dd5a7c699
4 changed files with 36 additions and 35 deletions

View File

@@ -20,9 +20,6 @@ import (
const (
LINE_PROCESSING_ERROR = iota
BOLD_ON = "\033[1m"
BOLD_OFF = "\033[21m"
)
var log = func(msg string, args ...any) {