xaizek / libcursedrl (License: GPLv3+) (since 2019-03-24)
libcursed extension for integration with readline.
Commit 88c84c4fff5b2f36c2bdea6ff32dc88315f93a84

Update link to curses in the README
Author: xaizek
Author date (UTC): 2026-08-02 13:36
Committer name: xaizek
Committer date (UTC): 2026-08-02 13:36
Parent(s): 6c705b17209bb776f1ab6a89760615f5f56da74d
Signing key: 99DC5E4DB05F6BE2
Tree: bc27fa87a5ec53aa63b4e4f7ad0309a771ebb7a6
File Lines added Lines deleted
README.md 1 1
File README.md changed (mode: 100644) (index 22af121..3b49112)
... ... resizes the screen while handling input.
53 53 * Callback on input change. * Callback on input change.
54 54
55 55 [libcursed]: https://code.reversed.top/user/xaizek/libcursed [libcursed]: https://code.reversed.top/user/xaizek/libcursed
56 [curses]: https://en.wikipedia.org/wiki/Curses_(programming_library)
56 [curses]: https://pubs.opengroup.org/onlinepubs/007908799/xcurses/curses.h.html
57 57 [readline]: https://tiswww.case.edu/php/chet/readline/rltop.html [readline]: https://tiswww.case.edu/php/chet/readline/rltop.html
58 58 [xmake]: https://xmake.io/ [xmake]: https://xmake.io/
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/libcursedrl

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

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