Function LineEdit.appendAtCursor

Adds text after the cursor. If the resulting value is longer than maxLength, nothing happens.

void appendAtCursor (
  const(String) text
) nothrow @nogc;