Skip to content

Commit

Permalink
fix(term): ansi sequence typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Mar 6, 2024
1 parent 55dac88 commit 28dbcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/term/ansi/screen.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func EraseDisplay(n int) string {
const (
EraseDisplayRight = "\x1b[0J"
EraseDisplayLeft = "\x1b[1J"
EraseEntierDisplay = "\x1b[2J"
EraseEntireDisplay = "\x1b[2J"
)

// EraseLine (EL) clears the current line or parts of the line. Possible values:
Expand Down

0 comments on commit 28dbcac

Please sign in to comment.