mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-22 16:14:17 +02:00
7 lines
65 B
Go
7 lines
65 B
Go
// +build windows
|
|
|
|
package ui
|
|
|
|
const (
|
|
pagerStashIcon = "•"
|
|
)
|