summaryrefslogtreecommitdiff
path: root/ui/buffers.go
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtz.pm>2020-10-18 16:37:46 +0200
committerHubert Hirtz <hubert@hirtz.pm>2020-10-18 16:37:46 +0200
commitc9dc688f401d4d549a3776947fbc7e3d44b8c499 (patch)
tree70661ecb9b030c64fd9607f473f06fd476b4b564 /ui/buffers.go
parentUpdate screenshot URL (diff)
Update tcell to v2 and
- enable bracketed paste - use hex color codes instead of ansi
Diffstat (limited to 'ui/buffers.go')
-rw-r--r--ui/buffers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/buffers.go b/ui/buffers.go
index ec89893..129a10d 100644
--- a/ui/buffers.go
+++ b/ui/buffers.go
@@ -6,7 +6,7 @@ import (
"strings"
"time"
- "github.com/gdamore/tcell"
+ "github.com/gdamore/tcell/v2"
)
func IsSplitRune(r rune) bool {