mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-08-10 04:30:43 +02:00
8 lines
277 B
Go
8 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
|