You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DefaultCursor is very painful when there is a default value since it obscures the first character, so right now that only leaves PipeCursor which is very hard to see and seems very non-standard.
The text was updated successfully, but these errors were encountered:
I think that the solution to the problem may be to set the course for the last character of the default value. I would say that this is the most natural behavior for an input field across other UIs.
Tested with both iTerm2 3.4.12 and Terminal 2.10 on macOS 10.15.7 with promptui 0.9.0 and Go 1.17.5
using:
Generates the following prompt:
DefaultCursor
is very painful when there is a default value since it obscures the first character, so right now that only leavesPipeCursor
which is very hard to see and seems very non-standard.The text was updated successfully, but these errors were encountered: