summaryrefslogtreecommitdiff
path: root/cmd
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 /cmd
parentUpdate screenshot URL (diff)
Update tcell to v2 and
- enable bracketed paste - use hex color codes instead of ansi
Diffstat (limited to 'cmd')
-rw-r--r--cmd/irc/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/irc/main.go b/cmd/irc/main.go
index fab5bc5..5f7933d 100644
--- a/cmd/irc/main.go
+++ b/cmd/irc/main.go
@@ -8,7 +8,7 @@ import (
"time"
"git.sr.ht/~taiite/senpai"
- "github.com/gdamore/tcell"
+ "github.com/gdamore/tcell/v2"
)
func init() {