Property ForceInlinePosition
ForceInlinePosition
Gets or sets an override for the initial cursor position used in Inline mode.
When set (non-null) before Run<TRunnable>(Func<Exception, bool>?, string?), this value is used instead of
querying the terminal via ANSI CPR. Useful for testing inline mode at specific cursor positions.
The Y component specifies the terminal row; X is reserved for future use.
public static Point? ForceInlinePosition { get; set; }