Function TextEdit.cursorSetColumn
Moves the cursor at the specified column
index.
If adjust_viewport
is set to true
, the viewport will center at the cursor position after the move occurs.
void cursorSetColumn
(
const(long) column,
const(bool) adjust_viewport = true
) nothrow @nogc;