0
0
forked from toolshed/abra

chore: bump deps

This commit is contained in:
2025-08-12 07:04:57 +02:00
committed by decentral1se
parent 157d131b37
commit 56a68dfa91
981 changed files with 36486 additions and 39650 deletions

View File

@ -1,3 +1,4 @@
// Package parser provides ANSI escape sequence parsing functionality.
package parser
// Action is a DEC ANSI parser action.
@ -19,7 +20,7 @@ const (
IgnoreAction = NoneAction
)
// nolint: unused
// ActionNames provides string names for parser actions.
var ActionNames = []string{
"NoneAction",
"ClearAction",
@ -58,7 +59,7 @@ const (
Utf8State
)
// nolint: unused
// StateNames provides string names for parser states.
var StateNames = []string{
"GroundState",
"CsiEntryState",