From 068e1153ac0ca2c1ce1cdc45ef3f863ec682649d Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 26 Aug 2024 15:13:28 +0200 Subject: [PATCH] _/render --- spcd/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 6fd1621..9a3b586 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -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 }