mirror of
https://github.com/charmbracelet/glow
synced 2024-11-13 23:47:06 +00:00
8 lines
87 B
Go
8 lines
87 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package ui
|
|
|
|
const (
|
|
pagerStashIcon = "🔒"
|
|
)
|