mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
7 lines
65 B
Go
7 lines
65 B
Go
// +build windows
|
|
|
|
package ui
|
|
|
|
const (
|
|
pagerStashIcon = "•"
|
|
)
|