From ea06b2f3ff50c52fe01cc3450d0bc9dd0e9233c9 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 26 Aug 2024 15:17:58 +0200 Subject: [PATCH] wipe --- spcd/bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spcd/bootstrap.sh b/spcd/bootstrap.sh index 9a3b586..9933a3a 100644 --- a/spcd/bootstrap.sh +++ b/spcd/bootstrap.sh @@ -118,7 +118,7 @@ _spcd_banner_open() { } _spcd_banner_render() { - _spcd_banner_unset + _spcd_banner_wipe _spcd_banner_add "S" _spcd_banner_add_index # @@ -132,7 +132,7 @@ _spcd_banner_render() { # _spcd_banner_shut _spcd_banner_echo - _spcd_banner_unset + _spcd_banner_wipe } _spcd_banner_shut() { @@ -149,7 +149,7 @@ _spcd_banner_split() { "${SPCD_BANNER_UP_AND_HORIZONTAL}" } -_spcd_banner_unset() { +_spcd_banner_wipe() { unset \ SPCD_BANNER_TOP \ SPCD_BANNER_MIDDLE \