_/render
This commit is contained in:
parent
9e059a986b
commit
068e1153ac
1 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ _spcd_banner_open() {
|
|||
"${SPCD_BANNER_UP_AND_RIGHT}"
|
||||
}
|
||||
|
||||
spcd_banner_render() {
|
||||
_spcd_banner_render() {
|
||||
_spcd_banner_unset
|
||||
_spcd_banner_add "S"
|
||||
_spcd_banner_add_index
|
||||
|
@ -381,7 +381,7 @@ spcd_step() {
|
|||
spcd_step__index="${spcd_step__prefix}_INDEX"
|
||||
eval "${spcd_step__index}=\$((${spcd_step__index} + 1))"
|
||||
eval "${spcd_step__prefix}_LABEL=\"${1}\""
|
||||
spcd_banner_render
|
||||
_spcd_banner_render
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue