From 1c45fd6ff65c756059e04a73c7dd0c7828c42052 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 4 Jun 2024 18:53:29 +0200 Subject: [PATCH] box/right,up --- cd.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cd.sh b/cd.sh index f67399d..3feee96 100644 --- a/cd.sh +++ b/cd.sh @@ -688,7 +688,7 @@ shift cd_split () { echo -n "\ -╶${CD_BOX_HORIZONTAL} +${CD_BOX_RIGHT}${CD_BOX_HORIZONTAL} " } @@ -697,7 +697,7 @@ cd_step () { echo -n "\ ${CD_BOX_DOWN}${CD_BOX_HORIZONTAL} ${CD_BOX_VERTICAL} ${CD_STEP} ${@} -╰${CD_BOX_HORIZONTAL} +${CD_BOX_UP}${CD_BOX_HORIZONTAL} " } @@ -717,6 +717,8 @@ local text="${2}" CD_BOX_DOWN="╭" CD_BOX_HORIZONTAL="─╌╌┄┄┈┈" CD_BOX_LEFT="╴" +CD_BOX_RIGHT="╶" +CD_BOX_UP="╰" CD_BOX_VERTICAL="│" CD_ERROR_CI=2