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_xnuppc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/maunium.net/go/tcell/terminfo/term_xnuppc.go') diff --git a/vendor/maunium.net/go/tcell/terminfo/term_xnuppc.go b/vendor/maunium.net/go/tcell/terminfo/term_xnuppc.go index e2c0861..595ae2f 100644 --- a/vendor/maunium.net/go/tcell/terminfo/term_xnuppc.go +++ b/vendor/maunium.net/go/tcell/terminfo/term_xnuppc.go @@ -28,6 +28,6 @@ func init() { KeyDown: "\x1bOB", KeyRight: "\x1bOC", KeyLeft: "\x1bOD", - KeyBackspace: "\u007f", + KeyBackspace: "\xff", }) } -- cgit v1.2.3