Property InitialCursorRow
InitialCursorRow
Gets the terminal row (0-indexed) where the cursor was when the application started.
Used by inline mode to position the inline region at the cursor's starting row.
Returns 0 by default (top of screen).
int InitialCursorRow { get; }