mirror of
https://github.com/charmbracelet/glow
synced 2024-11-12 23:17:16 +00:00
8 lines
65 B
Go
8 lines
65 B
Go
|
// +build windows
|
||
|
|
||
|
package ui
|
||
|
|
||
|
const (
|
||
|
pagerStashIcon = "•"
|
||
|
)
|