aboutsummaryrefslogtreecommitdiff
path: root/forged/internal/ansiec/reset.go
diff options
context:
space:
mode:
Diffstat (limited to 'forged/internal/ansiec/reset.go')
-rw-r--r--forged/internal/ansiec/reset.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/forged/internal/ansiec/reset.go b/forged/internal/ansiec/reset.go
new file mode 100644
index 0000000..c5b6ba6
--- /dev/null
+++ b/forged/internal/ansiec/reset.go
@@ -0,0 +1,6 @@
+// SPDX-License-Identifier: AGPL-3.0-only
+// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org>
+
+package ansiec
+
+const Reset = "\x1b[0m"