A POSIX Shell curses library
Go to file
2021-08-19 16:00:30 +02:00
LICENSE Update LICENSE 2021-08-11 01:31:45 +02:00
README Update README 2021-08-18 16:23:59 +02:00
shell_curses.sh Test2 2021-08-19 16:00:30 +02:00
tictactoe.sh Fix logic error 2021-08-18 20:41:18 +02:00

This is a POSIX-Compliant fork of BashSimpleCurses (github.com/metal3d/bashsimplecurses)

It currently seems to work perfectly with Bash, KSH, ZSH, Posh, and Dash

A fully functional two-player Tic-Tac-Toe demo is included.

ADDITIONAL FEATURES:
- Limited support for input (Only updated when enter/newline is pressed)
- Most features not related directly to window compositing have been removed