fix(deps): update module golang.org/x/term to v0.2.0

Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2022-11-07 22:25:08 +00:00
committed by GitHub
parent 6136a2b9c3
commit 8410bfdd91
37 changed files with 12517 additions and 200 deletions

View File

@@ -233,7 +233,6 @@ func (t *Terminal) queue(data []rune) {
t.outBuf = append(t.outBuf, []byte(string(data))...)
}
var eraseUnderCursor = []rune{' ', keyEscape, '[', 'D'}
var space = []rune{' '}
func isPrintable(key rune) bool {