zeesh/base/zeesh.zsh

12 lines
281 B
Bash
Raw Normal View History

2020-04-20 02:05:56 -07:00
function ticker_message () {
# TODO: get cols and scale
printf "\r \r"
printf "$@"
}
function ticker_finish () {
# TODO: get cols and scale
printf "\r \r"
}