From 1a416a917d74d956469e6e80cf4bb519e9474c91 Mon Sep 17 00:00:00 2001 From: cflip Date: Tue, 17 Jan 2023 10:39:21 -0700 Subject: Rename 'rows' to 'lines' everywhere For whatever reason lines were called rows in the code, so this refactor changes that name everywhere. The name 'row' is still used in some places to refer to the unit of height in the screen. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d5c6c3c..d543860 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ OBJS=main.o \ file.o \ font.o \ input.o \ - row.o \ + line.o \ syntax.o \ window.o -- cgit v1.2.3