Skip to content

The animation gets wrapped up with words "echo/read" command #4

Open
@ghost

Description

I've cloned your repo as instructed.
But when i run the script below, the animation gets wrapped up with letters (see in video)

I want the animation to always work until the end of script and without wrapping with any letters/words.

#!/usr/bin/env bash

source ~/Desktop/david/bash_loading_animations/bash_loading_animations.sh
trap BLA::stop_loading_animation SIGINT

BLA::start_loading_animation "${BLA_braille_whitespace[@]}"

echo -ne "Write something: "
read sth

echo "You have written: $sth "

BLA::stop_loading_animation
bash.animation.bug.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions