Commit 793518742f1b16ba7a4be83438d48cddea1760c2

Update link to curses in the README
Author: xaizek
Author date (UTC): 2026-08-02 13:35
Committer name: xaizek
Committer date (UTC): 2026-08-02 13:35
Parent(s): 4cf59693d8bdb5d7a87237c030c90d42b611a701
Signing key: 99DC5E4DB05F6BE2
Tree: e66ebc4ba7dc3a8fc967dfa246fa9f404375e5f4
File Lines added Lines deleted
README.md 1 1
File README.md changed (mode: 100644) (index 35706b7..4607bcd)
... ... main()
218 218 * [cursespp][cursespp] is a more recent library that seems to be quite high * [cursespp][cursespp] is a more recent library that seems to be quite high
219 219 level and sort of framework-like. level and sort of framework-like.
220 220
221 [curses]: https://en.wikipedia.org/wiki/Curses_(programming_library)
221 [curses]: https://pubs.opengroup.org/onlinepubs/007908799/xcurses/curses.h.html
222 222 [ncurses]: https://invisible-island.net/ncurses/ [ncurses]: https://invisible-island.net/ncurses/
223 223 [cursesxx-post]: https://reversed.top/2016-04-24/ncurses-for-cpp/ [cursesxx-post]: https://reversed.top/2016-04-24/ncurses-for-cpp/
224 224 [ndkxx]: http://ndk-xx.sourceforge.net/ [ndkxx]: http://ndk-xx.sourceforge.net/
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/libcursed

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/libcursed

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master