Skip to content

Commit

Permalink
merge: enter: add function dispatcher
Browse files Browse the repository at this point in the history
 * enter: add functions dispatcher
 * enter: create wdata
 * enter: use wdata
 * enter: factor out self_insert
 * enter: factor out functions
  • Loading branch information
flatcap committed May 15, 2022
2 parents d60b4ed + 2b25791 commit cedf867
Show file tree
Hide file tree
Showing 6 changed files with 1,128 additions and 641 deletions.
2 changes: 1 addition & 1 deletion Makefile.autosetup
Expand Up @@ -374,7 +374,7 @@ $(PWD)/email:
###############################################################################
# libenter
LIBENTER= libenter.a
LIBENTEROBJS= enter/enter.o enter/state.o
LIBENTEROBJS= enter/enter.o enter/functions.o enter/state.o
CLEANFILES+= $(LIBENTER) $(LIBENTEROBJS)
ALLOBJS+= $(LIBENTEROBJS)

Expand Down

0 comments on commit cedf867

Please sign in to comment.