master
minor
rename base curses names
update code to compile with last SDL3
add 05-4 example to build
Clion helps to update .clang-format so reformat everything with command: find . -regex '.*\.\(cxx\|hxx\|cc\|cxx\)' -exec clang-format -style=file -i {} \;