summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-20 22:11:52 +0300
committerPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-20 22:11:52 +0300
commit30b5b6287b3c183f15cd92de6a46db097c05f45a (patch)
tree455472c249a5ead31743f5fc57cdb864c4d63711 /cmd
parentd4bf9ac060c6d64f00a06e7a54f01c61091131b5 (diff)
Remove fireworks and reset default colors
Diffstat (limited to 'cmd')
-rw-r--r--cmd/tasksamurai/main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/tasksamurai/main.go b/cmd/tasksamurai/main.go
index 3e2f3ef..52263de 100644
--- a/cmd/tasksamurai/main.go
+++ b/cmd/tasksamurai/main.go
@@ -26,9 +26,6 @@ func main() {
os.Exit(1)
}
- // Show some fireworks on startup.
- ui.Fireworks()
-
// Clear the screen before starting the TUI to avoid leaving any
// previous command line artefacts behind.
fmt.Print("\033[H\033[2J")