glow/ui/keys.go
2022-11-11 02:14:26 +01:00

6 lines
60 B
Go

package ui
const (
keyEnter = "enter"
keyEsc = "esc"
)