twink/vendor/github.com/charmbracelet/x/ansi/doc.go
2025-12-05 12:20:05 +01:00

7 lines
277 B
Go

// Package ansi defines common ANSI escape sequences based on the ECMA-48
// specs.
//
// All sequences use 7-bit C1 control codes, which are supported by most
// terminal emulators. OSC sequences are terminated by a BEL for wider
// compatibility with terminals.
package ansi