aboutsummaryrefslogtreecommitdiff
path: root/vendor/maunium.net/go/tcell/terminfo/term_xnuppc.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/maunium.net/go/tcell/terminfo/term_xnuppc.go')
-rw-r--r--vendor/maunium.net/go/tcell/terminfo/term_xnuppc.go2
1 files changed, 1 insertions, 1 deletions
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",
})
}