master
minor code fix
try to update 04-0 tutorial for SDL3 Renderer not working with previous pixel copy code
rename base curses names
Clion helps to update .clang-format so reformat everything with command: find . -regex '.*\.\(cxx\|hxx\|cc\|cxx\)' -exec clang-format -style=file -i {} \;
minor fix code
minor code cleanup
add security example error
minor fix
`std::size_t` can't be less than zero
cleanup and goto SDL3 code
msvc2022 fixes