From fdbfc7e3498e1cdd04e8df58aa1a937ee4d79caa Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 18 Jan 2013 02:16:21 +0000 Subject: Rather than having two grids for each pane, one for ASCII and one for UTF-8, collapse the two together. Simplifies the code at the expense of more memory (which can probably be reduced again later). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7333f0f1..cebcac8e 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ SRCS= arguments.c \ control-notify.c \ environ.c \ format.c \ - grid-utf8.c \ + grid-cell.c \ grid-view.c \ grid.c \ input-keys.c \ -- cgit