glow/ui/consts_unix.go

9 lines
87 B
Go
Raw Normal View History

2022-10-25 14:40:51 +00:00
//go:build !windows
2020-10-13 15:27:41 +00:00
// +build !windows
package ui
const (
pagerStashIcon = "🔒"
)