vendor: github.com/moby/term v0.5.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2023-05-16 19:06:36 +01:00
parent 4429ccbcc2
commit 75b5c6560f
13 changed files with 221 additions and 207 deletions

3
vendor/github.com/moby/term/doc.go generated vendored Normal file
View File

@ -0,0 +1,3 @@
// Package term provides structures and helper functions to work with
// terminal (state, sizes).
package term