mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-11-27 23:11:20 +08:00
Update builtin_fn_styled.d.elv: colon instead of period
This commit is contained in:
parent
59ed6792b5
commit
64d2f7ad70
|
@ -71,7 +71,7 @@ fn styled-segment {|object &fg-color=default &bg-color=default &bold=$false &dim
|
||||||
# - A color name prefixed by `bg-` to set the background color.
|
# - A color name prefixed by `bg-` to set the background color.
|
||||||
#
|
#
|
||||||
# - A function that receives a styled segment as the only argument and outputs
|
# - A function that receives a styled segment as the only argument and outputs
|
||||||
# a single styled segment. This function will be applied to all the segments.
|
# a single styled segment: this function will be applied to all the segments.
|
||||||
#
|
#
|
||||||
# When a styled text is converted to a string the corresponding
|
# When a styled text is converted to a string the corresponding
|
||||||
# [ANSI SGR code](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_.28Select_Graphic_Rendition.29_parameters)
|
# [ANSI SGR code](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_.28Select_Graphic_Rendition.29_parameters)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user