the base begins
This commit is contained in:
11
base/zeesh.zsh
Normal file
11
base/zeesh.zsh
Normal file
@@ -0,0 +1,11 @@
|
||||
function ticker_message () {
|
||||
# TODO: get cols and scale
|
||||
printf "\r \r"
|
||||
|
||||
printf "$@"
|
||||
}
|
||||
|
||||
function ticker_finish () {
|
||||
# TODO: get cols and scale
|
||||
printf "\r \r"
|
||||
}
|
Reference in New Issue
Block a user