commit fc7c13e
Hubert Hirtz
·
2021-04-27 09:48:00 +0000 UTC
parent b2476b1
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
M
go.mod
+1,
-1
1@@ -3,7 +3,7 @@ module git.sr.ht/~taiite/senpai
2 go 1.14
3
4 require (
5- github.com/gdamore/tcell/v2 v2.2.1
6+ github.com/gdamore/tcell/v2 v2.2.0
7 github.com/mattn/go-runewidth v0.0.10
8 golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf
9 gopkg.in/yaml.v2 v2.3.0
M
go.sum
+2,
-2
1@@ -1,7 +1,7 @@
2 github.com/gdamore/encoding v1.0.0 h1:+7OoQ1Bc6eTm5niUzBa0Ctsh6JbMW6Ra+YNuAtDBdko=
3 github.com/gdamore/encoding v1.0.0/go.mod h1:alR0ol34c49FCSBLjhosxzcPHQbf2trDkoo5dl+VrEg=
4-github.com/gdamore/tcell/v2 v2.2.1 h1:Gt8wk0jd5pIK2CyXNo/fqwxNWf726j1lQjEDdfbnqTc=
5-github.com/gdamore/tcell/v2 v2.2.1/go.mod h1:cTTuF84Dlj/RqmaCIV5p4w8uG1zWdk0SF6oBpwHp4fU=
6+github.com/gdamore/tcell/v2 v2.2.0 h1:vSyEgKwraXPSOkvCk7IwOSyX+Pv3V2cV9CikJMXg4U4=
7+github.com/gdamore/tcell/v2 v2.2.0/go.mod h1:cTTuF84Dlj/RqmaCIV5p4w8uG1zWdk0SF6oBpwHp4fU=
8 github.com/lucasb-eyer/go-colorful v1.0.3 h1:QIbQXiugsb+q10B+MI+7DI1oQLdmnep86tWFlaaUAac=
9 github.com/lucasb-eyer/go-colorful v1.0.3/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
10 github.com/mattn/go-runewidth v0.0.10 h1:CoZ3S2P7pvtP45xOtBw+/mDL2z0RKI576gSkzRRpdGg=