mirror of
https://github.com/charmbracelet/glow
synced 2024-12-15 06:22:36 +00:00
8 lines
67 B
Go
8 lines
67 B
Go
|
// +build !windows
|
||
|
|
||
|
package ui
|
||
|
|
||
|
const (
|
||
|
pagerStashIcon = "🔒"
|
||
|
)
|