Cut/copy/paste

This commit is contained in:
Luke I. Wilson
2021-03-18 19:47:01 -05:00
parent c8729aebb8
commit e1ebc29ac1
5 changed files with 95 additions and 20 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/fivemoreminix/diesel
go 1.12
require github.com/gdamore/tcell/v2 v2.2.0
require (
github.com/gdamore/tcell/v2 v2.2.0
github.com/zyedidia/clipboard v1.0.3 // indirect
)