File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1108,7 +1108,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11081108
11091109github.com/james4k/terminal/LICENSE
11101110================
1111- github.com/zyedidia /terminal/LICENSE (fork)
1111+ github.com/micro-editor /terminal/LICENSE (fork)
11121112================
11131113
11141114Copyright (C) 2013 James Gray
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ require (
99 github.com/mattn/go-runewidth v0.0.16
1010 github.com/micro-editor/json5 v1.0.1-micro
1111 github.com/micro-editor/tcell/v2 v2.0.11
12+ github.com/micro-editor/terminal v0.0.0-20250105114944-ffd0fc59e777
1213 github.com/mitchellh/go-homedir v1.1.0
1314 github.com/sergi/go-diff v1.1.0
1415 github.com/stretchr/testify v1.4.0
1516 github.com/yuin/gopher-lua v1.1.1
1617 github.com/zyedidia/clipper v0.1.1
1718 github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3
18- github.com/zyedidia/terminal v0.0.0-20230315200948-4b3bcf6dddef
1919 golang.org/x/text v0.4.0
2020 gopkg.in/yaml.v2 v2.2.8
2121 layeh.com/gopher-luar v1.0.11
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ github.com/micro-editor/json5 v1.0.1-micro h1:5Y4MuzhkmW0sQQNPvrIVevIOKi557qsznw
3535github.com/micro-editor/json5 v1.0.1-micro /go.mod h1:cmlPHZ1JKOXNse0/3zwwKj/GUpzAVkzx4lZDkpHl4q0 =
3636github.com/micro-editor/tcell/v2 v2.0.11 h1:USjdpBSmbocx2yPARbY19KcUSj+ZerScrdmBqGjzoX4 =
3737github.com/micro-editor/tcell/v2 v2.0.11 /go.mod h1:kVYk6NOwYJrboL/7IA7cCupk4o2NzyF/0UMLjeEJN/s =
38+ github.com/micro-editor/terminal v0.0.0-20250105114944-ffd0fc59e777 h1:ddEDJwVqnxd8Yxtr6ZlUBBH3Kyf90jLHMJAbmU1bjuA =
39+ github.com/micro-editor/terminal v0.0.0-20250105114944-ffd0fc59e777 /go.mod h1:soCc8JsxxfCZd3y08pX67F16Bni5L/xtcAnqEswzs44 =
3840github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y =
3941github.com/mitchellh/go-homedir v1.1.0 /go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0 =
4042github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
@@ -57,8 +59,6 @@ github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3 h1:oMHjjTLfGXVuyOQBY
5759github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3 /go.mod h1:YKbIYP//Eln8eDgAJGI3IDvR3s4Tv9Z9TGIOumiyQ5c =
5860github.com/zyedidia/poller v1.0.1 h1:Tt9S3AxAjXwWGNiC2TUdRJkQDZSzCBNVQ4xXiQ7440s =
5961github.com/zyedidia/poller v1.0.1 /go.mod h1:vZXJOHGDcuK08GXhF6IAY0ZFd2WcgOR5DOTp84Uk5eE =
60- github.com/zyedidia/terminal v0.0.0-20230315200948-4b3bcf6dddef h1:LeB4Qs0Tss4r/Qh8pfsTTqagDYHysfKJLYzAH3MVfu0 =
61- github.com/zyedidia/terminal v0.0.0-20230315200948-4b3bcf6dddef /go.mod h1:zeb8MJdcCObFKVvur3n2B4BANIPuo2Q8r4iiNs9Enx0 =
6262golang.org/x/sys v0.0.0-20190204203706-41f3e6584952 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
6363golang.org/x/sys v0.0.0-20190626150813-e07cf5db2756 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
6464golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ =
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "github.com/zyedidia/micro/v2/internal/screen"
1111 "github.com/zyedidia/micro/v2/internal/shell"
1212 "github.com/micro-editor/tcell/v2"
13- "github.com/zyedidia /terminal"
13+ "github.com/micro-editor /terminal"
1414)
1515
1616type TermKeyAction func (* TermPane )
Original file line number Diff line number Diff line change 77 "github.com/zyedidia/micro/v2/internal/shell"
88 "github.com/zyedidia/micro/v2/internal/util"
99 "github.com/micro-editor/tcell/v2"
10- "github.com/zyedidia /terminal"
10+ "github.com/micro-editor /terminal"
1111)
1212
1313type TermWindow struct {
Original file line number Diff line number Diff line change 77
88 "github.com/zyedidia/micro/v2/internal/buffer"
99 "github.com/zyedidia/micro/v2/internal/screen"
10- "github.com/zyedidia /terminal"
10+ "github.com/micro-editor /terminal"
1111)
1212
1313type TermType int
You can’t perform that action at this time.
0 commit comments