metal3d / bashsimplecurses

A simple curses library made in bash to draw terminal interfaces
BSD 3-Clause "New" or "Revised" License
886 stars 116 forks source link

Not working with MacOS #57

Open dcompiled opened 2 years ago

dcompiled commented 2 years ago

I tried running the examples on my Mac with zsh terminal and it aborts immediately. Then I upgraded ncurses as per one of the other issues suggestions but that didn't change the behavior. Also when run from iTerm2 against a EC2 host, it has a terrible blinking issue with the last cursor line flashing. Seems like a useful tool if I could make it work. Consider including documentation on what OS/dependencies are required.

miroslav-suvada commented 2 years ago

Have you tried adding set -x at the start of the script to see what is causing it to exit? I have just found this repo and have M1 Mac at hand so I might try it out and see if I can get it up and running.

metal3d commented 1 year ago

Ensure that you have installed ncurses. See #51