commit | 4d4889bf1b201fbe81e3ff05bd3a63a2c913832f | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Wed Sep 28 12:42:06 2022 +0200 |
committer | ocornut <omarcornut@gmail.com> | Wed Sep 28 14:57:15 2022 +0200 |
tree | 3498e2c71d73e3cf4ddb4b0bd6a1ddd446cf406c | |
parent | 5c4426c5b8103782d8df74464a4cf43804b8d793 [diff] |
Refactor CalcWordWrapPositionA() to take on the responsability of minimum character display. Add CalcWordWrapNextLineStartA(), simplify caller code. Should be no-op but incrementing IMGUI_VERSION_NUM just in case. Preparing for #5720