selection: break out isword() to a new file

This commit is contained in:
Daniel Eklöf 2019-12-03 19:16:05 +01:00
parent f1c876884a
commit 198529525c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 32 additions and 21 deletions

View file

@ -75,6 +75,7 @@ executable(
'input.c', 'input.h',
'log.c', 'log.h',
'main.c',
'misc.c', 'misc.h',
'osc.c', 'osc.h',
'render.c', 'render.h',
'search.c', 'search.h',