master
start fixing on windows clang++-llvm compilation - not done
update code to compile with last SDL3
rename base curses names
cleanup and goto SDL3 code
Clion helps to update .clang-format so reformat everything with command: find . -regex '.*\.\(cxx\|hxx\|cc\|cxx\)' -exec clang-format -style=file -i {} \;