Home
last modified time | relevance | path

Searched refs:borderRightKey (Results 1 – 5 of 5) sorted by relevance

/dports/devel/gitty/gitty-0.3.0/vendor/github.com/charmbracelet/lipgloss/
H A Dget.go187 s.getAsBool(borderRightKey, false),
207 return s.getAsBool(borderRightKey, false)
304 if !s.getAsBool(borderRightKey, false) {
H A Dborders.go154 rightSet = s.isSet(borderRightKey)
160 hasRight = s.getAsBool(borderRightKey, false)
H A Dset.go269 s.set(borderRightKey, right)
303 s.set(borderRightKey, v)
H A Dunset.go169 delete(s.rules, borderRightKey)
H A Dstyle.go51 borderRightKey const