selection: refactor: break out text extraction to a separate file

This commit is contained in:
Daniel Eklöf 2020-07-15 11:19:18 +02:00
parent 85c50099af
commit aafa120f92
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 203 additions and 170 deletions

View file

@ -105,6 +105,7 @@ executable(
'commands.c', 'commands.h',
'csi.c', 'csi.h',
'dcs.c', 'dcs.h',
'extract.c', 'extract.h',
'fdm.c', 'fdm.h',
'grid.c', 'grid.h',
'input.c', 'input.h',