Render shortcuts on Menus

This commit is contained in:
Luke I. Wilson
2021-03-20 17:35:32 -05:00
parent ce66bc4bc6
commit df106cbbff
3 changed files with 42 additions and 8 deletions

1
go.mod
View File

@@ -4,5 +4,6 @@ go 1.12
require (
github.com/gdamore/tcell/v2 v2.2.0
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/zyedidia/clipboard v1.0.3 // indirect
)