From 7b8229dab12ddfe34b91a6eccce7744db17d398a Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Fri, 25 May 2018 22:44:12 +0300 Subject: Update dependencies --- vendor/maunium.net/go/tcell/terminfo/term_hpterm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/maunium.net/go/tcell/terminfo/term_hpterm.go') diff --git a/vendor/maunium.net/go/tcell/terminfo/term_hpterm.go b/vendor/maunium.net/go/tcell/terminfo/term_hpterm.go index b5e0c6e..3e93a2f 100644 --- a/vendor/maunium.net/go/tcell/terminfo/term_hpterm.go +++ b/vendor/maunium.net/go/tcell/terminfo/term_hpterm.go @@ -11,7 +11,7 @@ func init() { Lines: 24, Bell: "\a", Clear: "\x1b&a0y0C\x1bJ", - AttrOff: "\x1b&d@", + AttrOff: "\x1b&d@\x0f", Underline: "\x1b&dD", Bold: "\x1b&dB", Italic: "\x1b[3m", -- cgit v1.2.3