class Reline::LineEditor

def padding_space_with_escape_sequences(str, width)

Experimental RBS support (using type sampling data from the type_fusion project).

def padding_space_with_escape_sequences: (String str, Integer width) -> String

This signature was generated using 2 samples from 1 application.

def padding_space_with_escape_sequences(str, width)
g_width = width - calculate_width(str, true)
ing_width should be only positive value. But macOS and Alacritty returns negative value.
g_width = 0 if padding_width < 0
(' ' * padding_width)