Uh oh!
There was an error while loading. Please reload this page.
Rename dialog_pointer_* to dialog_highlight_* - #456
Conversation
st0012
commented
Jul 21, 2022
@peterzhu2118@nobu Wdyt? |
peterzhu2118
commented
Jul 21, 2022
I don't really have a strong opinion on whether it should be called "pointer" or "highlight". Both terms make sense to me, "pointer" means the element that is pointed to, and "highlight" means the element that is highlighted, so I think either term makes sense. |
st0012
commented
Jul 21, 2022
Is it common to say a keyboard selected item "pointed"? I'd expect "pointed" to be cursor-related (which doesn't seem to work on reline's dialog). But maybe it's because of my limited English 😬 I'm fine with "pointer" in the context of |
peterzhu2118
commented
Jul 21, 2022
I agree that "pointer" makes more sense in the context of a GUI with a mouse. 👍 I'm in favor of this PR. |
Uh oh!
There was an error while loading. Please reload this page.
"Pointer" is not what we usually use to describe a selected item. "Highlight" is a more common word for the scenario so we should use it instead.
mame
commented
Jul 22, 2022
I don't know much about reline but this is not just an internal name, but a name used in the configuration file, right? If so it's incompatible? |
st0012
commented
Jul 22, 2022
These apis/configs were newly added and haven’t been released yet |
mame
commented
Jul 22, 2022
Oh I see. Thank you for the explanation. |
"Pointer" is not what we usually use to describe a selected item.
"Highlight" is a more common word for the scenario so we should use it instead.