Skip to content

Commit 38fb69d

Browse files
committed
docs(ansi): fix escape sequence for HorizontalPositionAbsolute
1 parent d60e1b0 commit 38fb69d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansi/cursor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ const ReverseIndex = "\x1bM"
591591
//
592592
// Default is 1.
593593
//
594-
// CSI n `
594+
// CSI n \`
595595
//
596596
// See: https://vt100.net/docs/vt510-rm/HPA.html
597597
func HorizontalPositionAbsolute(col int) string {

0 commit comments

Comments
 (0)