Files
cl-tty/org
Amr Gharbeia 4e0b825fcc v1.2.0: remove spurious \n from draw-rect
draw-rect wrote \n after each row's fill, including the last row at
the bottom of the frame. This caused a terminal scroll, shifting all
content up by 1 and leaving the last row blank (terminal default bg).
cursor-move-escape at the start of each iteration already repositions
the cursor — the \n was never needed.
2026-05-20 09:57:49 -04:00
..