Use tui-input to handle input buffer - #397
Merged
Merged
Conversation
Deploying with
|
| Latest commit: |
071485f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b5cc940f.xplr.pages.dev |
sayanarijit
force-pushed
the
improve/input-buffer
branch
4 times, most recently
from
November 4, 2021 15:49
720f356 to
672dcc5
Compare
Contributor
|
Works properly now 👍. I'll have a look at the code tomorrow. |
Contributor
|
Thanks for the ping, works great! Nice work 😉 👍 |
sayanarijit
force-pushed
the
improve/input-buffer
branch
2 times, most recently
from
November 5, 2021 04:28
95edda8 to
f65859a
Compare
New message: `UpdateInputBufferFromKey` to replace most `BufferInputFromKey` usage. This adds more functionalities to the input buffer and reduces boilerplate code. This commit also deprecates `config.general.cursor` as the cursor will be set by the terminal from now. Repo: https://github.com/sayanarijit/tui-input
sayanarijit
force-pushed
the
improve/input-buffer
branch
from
November 5, 2021 04:37
f65859a to
071485f
Compare
Owner
Author
|
Merging this. Let me know if you find anything. |
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.
New message:
UpdateInputBufferFromKeyto replace mostBufferInputFromKeyusage.This adds more functionalities to the input buffer and reduces
boilerplate code.
This commit also deprecates
config.general.cursoras the cursor willbe set by the terminal from now.
Repo: https://github.com/sayanarijit/tui-input