mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-09 09:49:09 +02:00
8 lines
87 B
Go
8 lines
87 B
Go
//go:build !windows
|
|
// +build !windows
|
|
|
|
package ui
|
|
|
|
const (
|
|
pagerStashIcon = "🔒"
|
|
)
|