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