Skip to content

Commit 31372d6

Browse files
committed
fix(ansi): godoc for deprecated SetScrollingRegion
1 parent d5a914f commit 31372d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansi/screen.go

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ func DECSLRM(left, right int) string {
213213
// CSI <top> ; <bottom> r
214214
//
215215
// See: https://vt100.net/docs/vt510-rm/DECSTBM.html
216+
//
216217
// Deprecated: use [SetTopBottomMargins] instead.
217218
func SetScrollingRegion(t, b int) string {
218219
if t < 0 {

0 commit comments

Comments
 (0)