mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-20 15:14:17 +02:00
7 lines
67 B
Go
7 lines
67 B
Go
// +build !windows
|
|
|
|
package ui
|
|
|
|
const (
|
|
pagerStashIcon = "🔒"
|
|
)
|