splt
This commit is contained in:
parent
2c85bcc6bc
commit
b6b8e03b50
2 changed files with 4 additions and 4 deletions
6
cd.sh
6
cd.sh
|
@ -577,7 +577,7 @@ CD_STEP = ${CD_STEP}
|
||||||
|
|
||||||
$(cd_echo CD_OPEN)
|
$(cd_echo CD_OPEN)
|
||||||
$(cd_echo CD_DOWN)
|
$(cd_echo CD_DOWN)
|
||||||
$(cd_echo CD_VERTICAL CD_SPLIT)
|
$(cd_echo CD_VERTICAL CD_SPLT)
|
||||||
$(cd_echo CD_UP)
|
$(cd_echo CD_UP)
|
||||||
$(cd_echo CD_SHUT)
|
$(cd_echo CD_SHUT)
|
||||||
|
|
||||||
|
@ -705,7 +705,7 @@ cd_shut () {
|
||||||
}
|
}
|
||||||
|
|
||||||
cd_split () {
|
cd_split () {
|
||||||
echo "${CD_SPLIT}"
|
echo "${CD_SPLT}"
|
||||||
}
|
}
|
||||||
|
|
||||||
cd_step () {
|
cd_step () {
|
||||||
|
@ -760,7 +760,7 @@ CD_HORIZONTAL="${CD_BOX_HORIZONTAL}╌╌┄┄┈┈"
|
||||||
CD_VERTICAL="${CD_BOX_VERTICAL}"
|
CD_VERTICAL="${CD_BOX_VERTICAL}"
|
||||||
|
|
||||||
CD_DOWN="${CD_BOX_DOWN}${CD_HORIZONTAL}"
|
CD_DOWN="${CD_BOX_DOWN}${CD_HORIZONTAL}"
|
||||||
CD_SPLIT="${CD_BOX_RIGHT}${CD_HORIZONTAL}"
|
CD_SPLT="${CD_BOX_RIGHT}${CD_HORIZONTAL}"
|
||||||
CD_UP="${CD_BOX_UP}${CD_HORIZONTAL}"
|
CD_UP="${CD_BOX_UP}${CD_HORIZONTAL}"
|
||||||
|
|
||||||
# run
|
# run
|
||||||
|
|
|
@ -121,7 +121,7 @@ def shut(*arguments):
|
||||||
|
|
||||||
|
|
||||||
def split():
|
def split():
|
||||||
print(env.CD_SPLIT, flush=True)
|
print(env.CD_SPLT, flush=True)
|
||||||
|
|
||||||
|
|
||||||
def step(*arguments):
|
def step(*arguments):
|
||||||
|
|
Loading…
Reference in a new issue