summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicm <nicm>2020-12-22 09:22:14 +0000
committernicm <nicm>2020-12-22 09:22:14 +0000
commitc43f2dce1b0ca64b43f7614d4da52bc9f2c195fe (patch)
treeba91a24908f134aaebe9b9c14ad720c12eec825d /Makefile
parent8bd29a30bff4e9d50765e2168a7aad11e163ccde (diff)
Break cursor movement in grid into a common set of functions that can
handle line wrapping and so on in one place and use them for the obvious copy mode commands. From Anindya Mukherjee.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7fb664ad..21141317 100644
--- a/Makefile
+++ b/Makefile
@@ -76,6 +76,7 @@ SRCS= alerts.c \
file.c \
format.c \
format-draw.c \
+ grid-reader.c \
grid-view.c \
grid.c \
input-keys.c \
@@ -123,8 +124,7 @@ SRCS= alerts.c \
window-customize.c \
window-tree.c \
window.c \
- xmalloc.c \
- xterm-keys.c
+ xmalloc.c
CDIAGFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
CDIAGFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations