Open elunico opened 5 years ago
This happens due to an inaccurate line count in the render()
method of buffer. The method believes that a new line character at result[487]
is wrapping from line 20 to 21 when it is actually wrapping from line 22 to 23
A similar issue seems to be happening when the terminal is 89x25
and you define hello
when terminal is set to 80x24 and the user tried to define
delete
it causes the following error: