aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-03-22 14:58:12 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-03-22 15:00:51 +0300
commitfe69fdb29f994db3bbcaffcb202856618b03b9b0 (patch)
tree3108dbb02c2df0fced836b8fef6216a04bbab770 /src/Makefile.am
parent867d22e419afe769f05ad26b61c6ea5ea1432c3c (diff)
downloadsciteco-fe69fdb29f994db3bbcaffcb202856618b03b9b0.tar.gz
factored out all cursor movement and deletion commands into the new compilation unit move-commands.c
* This made sense to include both `W` and `V`, so we also included `D` and `K`. `^Q` is included since it converts between lines and glyphs. * These are all single-letter commands, so they aren't complete parser states but callbacks to be referenced in teco_machine_main_transition_t.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 055cde7..e7a8545 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -44,6 +44,7 @@ libsciteco_base_la_SOURCES = main.c sciteco.h list.h \
ring.c ring.h \
parser.c parser.h \
core-commands.c core-commands.h \
+ move-commands.c move-commands.h \
search.c search.h \
spawn.c spawn.h \
glob.c glob.h \