mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-05 04:36:07 +00:00
Rename WithCustomFillCharacters to WithFillCharacters
This commit is contained in:
committed by
Christian Rocha
parent
7fe39190c8
commit
350d5e99d9
@@ -79,8 +79,8 @@ func WithSolidFill(color string) Option {
|
||||
}
|
||||
}
|
||||
|
||||
// WithCustomFillCharacters sets the characters used to construct the full and empty components of the progress bar.
|
||||
func WithCustomFillCharacters(full rune, empty rune) Option {
|
||||
// WithFillCharacters sets the characters used to construct the full and empty components of the progress bar.
|
||||
func WithFillCharacters(full rune, empty rune) Option {
|
||||
return func(m *Model) {
|
||||
m.Full = full
|
||||
m.Empty = empty
|
||||
|
||||
Reference in New Issue
Block a user