summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorHubert Hirtz <hubert@hirtz.pm>2021-04-27 11:48:00 +0200
committerHubert Hirtz <hubert@hirtz.pm>2021-04-27 11:48:00 +0200
commitfc7c13e0f7c0a1fc534c1424cfd0b0cd66a92c22 (patch)
tree6eddf3d47caa5d834be6e73dd1980a8c1360de9a /go.mod
parentBlacklist more colors (diff)
Revert back to tcell 2.2.0
tcell 2.2.1 has a bug [0][1][2] that made senpai need a keypress after Ctrl-C was hit. [0] https://github.com/gdamore/tcell/issues/452 [1] https://github.com/gdamore/tcell/pull/454 [2] https://github.com/gdamore/tcell/commit/7694d9082153d3ddfc0ca0815731e1a093321ac1
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index be5bbf0..2676156 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module git.sr.ht/~taiite/senpai
go 1.14
require (
- github.com/gdamore/tcell/v2 v2.2.1
+ github.com/gdamore/tcell/v2 v2.2.0
github.com/mattn/go-runewidth v0.0.10
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
gopkg.in/yaml.v2 v2.3.0