TryGetIndexAtCell(ReadOnlySpan, Int32, out Int32, Int32) Method

Definition

Assembly XenoAtom.Terminal.dll

Attempts to map a terminal cell offset to a UTF-16 index in text.

public static bool TryGetIndexAtCell(ReadOnlySpan<char> text, int cellOffset, scoped out int index, int tabWidth = 4)

Parameters

cellOffset
Int32
index
Int32
tabWidth
Int32

Returns