-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
Create a line editor for filter and search strings #1212
Comments
[ ] Unicode handling (multi-byte string support) |
Added that to the list at the top. In case we get more feature discussion we can then more easily maintain a canonical list. |
If it helps, redis(-cli) uses this embedded C library for line editing - works well in my experience, may provide a starting point here. Pretty sure it'd need work to handle Unicode, but perhaps some code/ideas can be used at least. |
We could do a fork based on antirez/linenoise#187 |
What is "inline scrolling" of this feature request? |
Imagine an input of 50 chars wide, but the text is 128 characters long. Inline scrolling means you can navigate that edit field (cursor movement support) to make different parts of the string visible. |
Features required as per #1201:
[ ] cursor movement
[ ] inline scrolling
[ ] dynamic allocation of the text buffer (optional)
[ ] Unicode handling (multi-byte string support)
Can also be used for tab ("Screens") naming
The text was updated successfully, but these errors were encountered: