mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-13 09:57:51 +08:00
edit/ui: Document that ui.Styled is deprecated.
This commit is contained in:
parent
21f1a0163b
commit
2664bc9b05
|
@ -10,7 +10,9 @@ import (
|
|||
"github.com/xiaq/persistent/vector"
|
||||
)
|
||||
|
||||
// Styled is a piece of text with style.
|
||||
// Styled is a piece of text with style. This type is deprecated in favor of
|
||||
// styled.Segment and styled.Text, and existing code that still uses it should
|
||||
// eventually be migrated to use the newer types.
|
||||
type Styled struct {
|
||||
Text string
|
||||
Styles Styles
|
||||
|
|
Loading…
Reference in New Issue
Block a user