commit | 57a5b73a4cd86ec8f7d4295010d7d082a07b806c | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Wed Jan 04 17:58:07 2023 +0100 |
committer | ocornut <omarcornut@gmail.com> | Wed Jan 04 17:58:07 2023 +0100 |
tree | 4dd928d2eadf40ae634c6a55091a014ce84fb805 | |
parent | 1f6e62a4ae31d807ddf3e8f86567442e6c49f36d [diff] |
InputText: fixed cursor navigation when pressing Up Arrow on the last character of a multiline buffer which doesn't end with a carriage return. (#6000) Simplify stb_textedit_find_charpos(). Leaving that to simmer for a while before attempting an upstream PR.