blob: 51bb312ff6437db13f8ed84141b3ed58030c84fb (
plain) (
blame)
1
2
3
4
5
6
7
|
// SPDX-License-Identifier: AGPL-3.0-only
// SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu <https://runxiyu.org>
package ansiec
// Reset the colors and styles
const Reset = "\x1b[0m"
|