summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/gdamore/tcell/v2/terminfo/terminfo.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gdamore/tcell/v2/terminfo/terminfo.go')
-rw-r--r--vendor/github.com/gdamore/tcell/v2/terminfo/terminfo.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/github.com/gdamore/tcell/v2/terminfo/terminfo.go b/vendor/github.com/gdamore/tcell/v2/terminfo/terminfo.go
index c248dd49c..34c0eeffa 100644
--- a/vendor/github.com/gdamore/tcell/v2/terminfo/terminfo.go
+++ b/vendor/github.com/gdamore/tcell/v2/terminfo/terminfo.go
@@ -1,4 +1,4 @@
-// Copyright 2022 The TCell Authors
+// Copyright 2024 The TCell Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use file except in compliance with the License.
@@ -232,6 +232,8 @@ type Terminfo struct {
SetWindowSize string
EnableFocusReporting string
DisableFocusReporting string
+ DisableAutoMargin string // smam
+ EnableAutoMargin string // rmam
}
const (