Replies: 1 comment
-
Hi, and thanks for the report! I agree, it would be nice to be able to customize the symbol used here. I used |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A minimal example:
TUI should cater to end users, not just developers.
From an average user's perspective, the
X
symbol is highly confusing.As a user, I would naturally assume:
But the actual behavior is:
Wait! Does that mean "not good" is actually "good"?
This is extremely counterintuitive.
Suggested improvements:
Symbols like
[*]
or[✔︎]
would be far more intuitive than[X]
.Implementation proposal:
I recommend exposing a public
set_checked_symbol()
orwith_checked_symbol()
method or other configurable way to customize the symbol.References:
cursive/cursive-core/src/views/checkbox.rs
Line 141 in 8c1f2d3
cursive/cursive-core/src/views/radio.rs
Line 227 in 8c1f2d3
Beta Was this translation helpful? Give feedback.
All reactions