xaizek / libcursedrl (License: GPLv3+) (since 2019-03-24)
libcursed extension for integration with readline.
Subject SHA-1 Author Date
Update link to curses in the README 88c84c4fff5b2f36c2bdea6ff32dc88315f93a84 xaizek 2026-08-02 13:36:04
Implement context for history 6c705b17209bb776f1ab6a89760615f5f56da74d xaizek 2022-06-25 21:27:59
Fix a typo in SignalSaver's constructor d794ea979d1251164c1cae6c5c85b345b5f9cecb xaizek 2022-06-25 21:27:33
Add PromptHistory::limit() b58e3edecac197b076f3a4d837d49eb50abf51ea xaizek 2022-06-25 21:27:09
Move history functions to cursedrl::PromptHistory 6470187b60113b74d88f5c36156be3d932af1531 xaizek 2022-06-25 21:25:47
Display cursor only inside PromptRequest::prompt() 6b93b309df1fd2f3c3e9cad98425139e0a78b6e6 xaizek 2022-06-24 21:44:46
Always return user input, even on cancellation 80dd8d5688964d2b6ff21087a18182320e9e74f9 xaizek 2022-06-23 18:25:18
Fix an issue with linking to ncurses e3a629e92b63d83f2719e11e364c1b25b7be7313 xaizek 2022-02-09 17:25:44
Make prompt area as the focused widget 3d6e674ffa18cf37869ac7969a2b3cb954c41317 xaizek 2022-01-04 13:20:48
Add xmake.lua 17d766cc7245185e068827b850ea9b2f9d907b4f xaizek 2021-12-31 23:46:18
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