issues
search
BalazsJako
/
ImGuiColorTextEdit
Colorizing text editor for ImGui
MIT License
1.44k
stars
242
forks
source link
SetCursorPosition: can specify desired cursor line location on the page
#118
Open
pthom
opened
4 years ago
pthom
commented
4 years ago
Hi,
This PR adds a new behavior to SetCursorPosition:
SetCursorPosition(aPosition) : behaves as before
SetCursorPosition(aPosition, 3): will change the cursor position, and then on the subsequent call to EnsureCursorIsVisible(), will make the cursor line appear as the third line on the page.
Hi,
This PR adds a new behavior to SetCursorPosition: