mirror of
https://github.com/charmbracelet/glow
synced 2025-01-25 10:15:10 +00:00
8 lines
67 B
Go
8 lines
67 B
Go
|
// +build !windows
|
||
|
|
||
|
package ui
|
||
|
|
||
|
const (
|
||
|
pagerStashIcon = "🔒"
|
||
|
)
|