mirror of
https://github.com/charmbracelet/glow
synced 2025-01-09 10:38:47 +00:00
7 lines
65 B
Go
7 lines
65 B
Go
// +build windows
|
|
|
|
package ui
|
|
|
|
const (
|
|
pagerStashIcon = "•"
|
|
)
|