mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-06 00:47:15 -04:00
test: add test for custom styles
This commit is contained in:
+4
-2
@@ -28,8 +28,10 @@ const (
|
||||
PinkStyle = "pink"
|
||||
)
|
||||
|
||||
const defaultWidth = 80
|
||||
const highPriority = 1000
|
||||
const (
|
||||
defaultWidth = 80
|
||||
highPriority = 1000
|
||||
)
|
||||
|
||||
// A TermRendererOption sets an option on a TermRenderer.
|
||||
type TermRendererOption func(*TermRenderer) error
|
||||
|
||||
Reference in New Issue
Block a user