Move the remote control code into the pv library.

This commit is contained in:
Andrew Wood
2025-10-26 12:55:15 +00:00
parent b1cac9b78d
commit 42cf7ed628
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,6 @@ src/main/debug.c \
src/main/help.c \
src/main/main.c \
src/main/options.c \
src/main/remote.c \
src/main/version.c \
src/pv/calc.c \
src/pv/cursor.c \
@@ -38,6 +37,7 @@ src/pv/format/timer.c \
src/pv/loop.c \
src/pv/number.c \
src/pv/proctitle.c \
src/pv/remote.c \
src/pv/signal.c \
src/pv/state.c \
src/pv/string.c \