DEBSOURCES
Skip Quicknav
sources / golang-sourcehut-rockorager-vaxis / 0.15.0-1 / text.go
12345678
package vaxis // Segment represents text segment type Segment struct { // Text is the value of the text segment Text string Style Style }