v0.7.9 #52
meowgorithm
started this conversation in
General
v0.7.9
#52
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Minor Textinput Updates
This is a minor PR that improves the textinput API and behavior when dealing with masked input, such as passwords.
Changed
SetCursor(int)
,CursorStart()
andCursorEnd()
no longer return values.EchoMode
is notEchoNormal
word-to-word movement instead jumps to the beginning and end. Word-based deletion also deletes to the beginning and end.New
Cursor() int
returns the cursor position.Removed
Cursor string
, which did absolutely nothing.Thoughts? Questions? We love hearing from you. Feel free to reach out on Twitter and The Fediverse, or right here in GitHub Discussions.
This discussion was created from the release v0.7.9.
Beta Was this translation helpful? Give feedback.
All reactions