Added convenience function for requesting a single line of user input#61
Merged
npcole merged 2 commits intonpcole:masterfrom Aug 31, 2019
Merged
Added convenience function for requesting a single line of user input#61npcole merged 2 commits intonpcole:masterfrom
npcole merged 2 commits intonpcole:masterfrom
Conversation
Contributor
Author
|
@npcole is this project still planned to be maintained? |
Owner
|
Yes. We are long overdue a new release but it is still maintained. The convenience function is a good idea. |
Owner
|
I'm about to do a new release to fix a number of issues. Is this still a pull request you would like included? |
Contributor
Author
|
It would still make sense I think, yes. The PR doesn't have a doc update though (and I likely won't be able to get to a computer this weekend) |
Owner
|
It's a good idea. I'm trying to prepare a new release. Would you like this
in it?
…On Thu, May 31, 2018 at 8:53 AM Bavo Van Achte ***@***.***> wrote:
Proposal for a user input helper function.
Not sure if this matches your strategy, so I didn't update the docs on
this yet (therefore marked as WIP).
------------------------------
You can view, comment on, or merge this pull request online at:
#61
Commit Summary
- Added convenience function for requesting a single line of user input
File Changes
- *M* npyscreen/utilNotify.py
<https://github.com/npcole/npyscreen/pull/61/files#diff-0> (24)
Patch Links:
- https://github.com/npcole/npyscreen/pull/61.patch
- https://github.com/npcole/npyscreen/pull/61.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#61>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB9ez7bL_Ge1otkgRkv1GLlHFPKqOpLyks5t36FwgaJpZM4UUlNV>
.
|
Owner
|
I'll likely be finalizing a release this weekend. |
Contributor
Author
|
Added documentation. Please let me know if there is something else I need to add. |
devPeri
pushed a commit
to devPeri/npyscreen
that referenced
this pull request
Feb 23, 2022
Added convenience function for requesting a single line of user input
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposal for a user input helper function.
Not sure if this matches your strategy, so I didn't update the docs on this yet (therefore marked as WIP).