Skip to content

Commit 07b0ea0

Browse files
author
nicm
committed
Break the common process set up, event loop and imsg dispatch code
between server and client out into a separate internal API. This will make it easier to add another process.
1 parent 9952201 commit 07b0ea0

13 files changed

Lines changed: 636 additions & 602 deletions

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ SRCS= alerts.c \
9494
options-table.c \
9595
options.c \
9696
paste.c \
97+
proc.c \
9798
procname.c \
9899
resize.c \
99100
screen-redraw.c \

0 commit comments

Comments
 (0)