TryGetIndexAtCell(ReadOnlySpan, Int32, out Int32, Func<Rune, Boolean>?, Int32) Method

Definition

Assembly XenoAtom.Terminal.dll
public static bool TryGetIndexAtCell(ReadOnlySpan<char> text, int cellOffset, scoped out int index, [Nullable((byte)2)] Func<Rune, bool>? isWideRune, int tabWidth = 4)

Parameters

cellOffset
Int32
index
Int32
tabWidth
Int32

Returns