Skip to content

Commit

Permalink
fix(term): ansi: increase default parser params size
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Apr 8, 2024
1 parent e9202e3 commit ad80716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/term/ansi/parser/seq.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (

const (
// MaxParamsSize is the maximum number of parameters a sequence can have.
MaxParamsSize = 16
MaxParamsSize = 32

// DefaultParamValue is the default value used for missing parameters.
DefaultParamValue = 0
Expand Down

0 comments on commit ad80716

Please sign in to comment.