mirror of
https://github.com/charmbracelet/glow
synced 2025-01-24 09:45:13 +00:00
7 lines
67 B
Go
7 lines
67 B
Go
// +build !windows
|
|
|
|
package ui
|
|
|
|
const (
|
|
pagerStashIcon = "🔒"
|
|
)
|