glow/ui/keys.go

7 lines
60 B
Go
Raw Normal View History

2022-10-25 14:40:51 +00:00
package ui
const (
keyEnter = "enter"
keyEsc = "esc"
)