diff options
Diffstat (limited to 'vendor/github.com/nsf/termbox-go/escwait.go')
-rw-r--r-- | vendor/github.com/nsf/termbox-go/escwait.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/nsf/termbox-go/escwait.go b/vendor/github.com/nsf/termbox-go/escwait.go deleted file mode 100644 index b7bbb891..00000000 --- a/vendor/github.com/nsf/termbox-go/escwait.go +++ /dev/null @@ -1,11 +0,0 @@ -// +build !darwin - -package termbox - -// On all systems other than macOS, disable behavior which will wait before -// deciding that the escape key was pressed, to account for partially send -// escape sequences, especially with regard to lengthy mouse sequences. -// See https://github.com/nsf/termbox-go/issues/132 -func enable_wait_for_escape_sequence() bool { - return false -} |