libinput Generic way of gathering user commandline input
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m49s

This commit is contained in:
2026-03-20 18:04:26 +01:00
parent 3e44106752
commit bf1e8e8573
22 changed files with 310 additions and 202 deletions

View File

@@ -4,7 +4,6 @@ c += ce.c \
context.c \
parser.c \
interp.c \
gapbuffer.c \
edit.c
o += ce.o \
@@ -13,5 +12,4 @@ o += ce.o \
context.o \
parser.o \
interp.o \
gapbuffer.o \
edit.o