mirror of
git://git.suckless.org/st
synced 2025-12-17 12:43:08 +01:00
When a line has no any character linelen is 0, so last = &term.line[y][MIN(lastx, linelen-1)] generated a pointer to the end of the previous line. The best thing we can do in this case is to add a newline, because we don't have a glyph to print (and consult its state of wrapping).
94 KiB
94 KiB