spcd_step_text
This commit is contained in:
parent
00f6653d28
commit
3660bd23a2
1 changed files with 2 additions and 1 deletions
3
spcd.sh
3
spcd.sh
|
@ -944,9 +944,10 @@ spcd_split() {
|
|||
|
||||
spcd_step() {
|
||||
SPCD_STEP=$((SPCD_STEP + 1))
|
||||
SPCD_STEP_TEXT="${*}"
|
||||
echo "\
|
||||
${SPCD_DOWN}
|
||||
${SPCD_VERT} ${SPCD_STEP} ${*}
|
||||
${SPCD_VERT} ${SPCD_STEP} ${SPCD_STEP_TEXT}
|
||||
${SPCD___UP}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue