diff options
Diffstat (limited to 'internal/ansiec/style.go')
-rw-r--r-- | internal/ansiec/style.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/internal/ansiec/style.go b/internal/ansiec/style.go deleted file mode 100644 index dd37344..0000000 --- a/internal/ansiec/style.go +++ /dev/null @@ -1,11 +0,0 @@ -// SPDX-License-Identifier: AGPL-3.0-only -// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org> - -package ansiec - -const ( - Bold = "\x1b[1m" - Underline = "\x1b[4m" - Reversed = "\x1b[7m" - Italic = "\x1b[3m" -) |