class Reline::LineEditor

def split_by_width(str, max_width)

def split_by_width(str, max_width)
::Unicode.split_by_width(str, max_width, @encoding)