Skip to content

Commit

Permalink
fix(ansi): godoc for deprecated SetScrollingRegion
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Dec 10, 2024
1 parent d5a914f commit 31372d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansi/screen.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ func DECSLRM(left, right int) string {
// CSI <top> ; <bottom> r
//
// See: https://vt100.net/docs/vt510-rm/DECSTBM.html
//
// Deprecated: use [SetTopBottomMargins] instead.
func SetScrollingRegion(t, b int) string {
if t < 0 {
Expand Down

0 comments on commit 31372d6

Please sign in to comment.