Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
removed the annoying < when scrolling to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
GGORG0 committed Dec 31, 2022
1 parent ce3d0e3 commit 9f1a2cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ttext.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ void eDrawRows(struct abuf *ab)
if (length < 0)
{
length = 0;
abAppend(ab, "<", 1);
}
else
{
Expand Down

0 comments on commit 9f1a2cf

Please sign in to comment.