-
Notifications
You must be signed in to change notification settings - Fork 3.8k
rlwrap: add package #27942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
rlwrap: add package #27942
Conversation
71a6a19 to
f3d750b
Compare
|
mips_24kc fails with Why? The CI test script is just #!/bin/sh
rlwrap -v 2>&1 | grep "$2"Can't see what could be wrong. |
Although it seems that the problem is when installing |
I think this problem happened with other packages too; seems like a bug (?) in libncurses |
GeorgeSapkin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than that nitpick, LGTM.
When I squash, do I keep your "Co-authored-by:" field? I know it's just |
|
It's not important, so up to you. |
rlwrap is a 'readline wrapper', a small utility that uses the GNU Readline library to allow the editing of keyboard input for any command. The input history is preserved even across different invocations, history search and completion are supported Co-authored-by: George Sapkin <[email protected]> Signed-off-by: Jeronimo Pellegrini <[email protected]>
rlwrap is a 'readline wrapper', a small utility that uses the GNU Readline library
to allow the editing of keyboard input for any command.
The input history is preserved even across different invocations, history search
and completion are supported
📦 Package Details
Maintainer: @jpellegrini
Description:
rlwrap is a 'readline wrapper', a small utility that uses the GNU Readline library
to allow the editing of keyboard input for any command.
The input history is preserved even across different invocations, history search
and completion are supported
🧪 Run Testing Details
✅ Formalities