-
Notifications
You must be signed in to change notification settings - Fork 22
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
Prefixes for selected and unselected items #33
Comments
You mean use ASCII art instead of changing colors? You can already use the hardware cursor; would that be enough for you? |
If you're open to implementing this as an option, I would prefer being able
to set random chars or strings as the prefix, as opposed to setting my
terminal's cursor, which is rather limited.
As for selected vs unselected, I mean the currently selected item vs
unselected items, whether that's in the Queue or the Browsers.
…On Mon, Sep 3, 2018 at 8:27 AM Max Kellermann ***@***.***> wrote:
You mean use ASCII art instead of changing colors? You can already use the
hardware cursor; would that be enough for you?
In this context, what does "selected" and "unselected" mean?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATXsLp5ffraaQkMimJySjLMfzeUgoFzcks5uXSAfgaJpZM4WXgCZ>
.
|
"selected item" = the item the cursor is on? There are various confusing and conflicting definitions for "selected" in UIs. |
That's fair.
Yes, the item the cursor is currently on.
…On Mon, Sep 3, 2018 at 8:53 AM Max Kellermann ***@***.***> wrote:
"selected item" = the item the cursor is on? There are various confusing
and conflicting definitions for "selected" in UIs.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATXsLusmWa16JF3-CKSRw7cJdMXTiS57ks5uXSZDgaJpZM4WXgCZ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per #31
Allow setting a prefix char or string that appears before each item. For example ">" or similar. For more clarification, see ncmcpp's configuration.
The text was updated successfully, but these errors were encountered: