wip: vt parsing: break out grid operating functions

This commit is contained in:
Daniel Eklöf 2019-06-17 19:33:10 +02:00
parent 6d5f5b9f7a
commit 4585df532c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 56 additions and 36 deletions

View file

@ -59,6 +59,7 @@ executable(
'f00ter',
'csi.c', 'csi.h',
'font.c', 'font.h',
'grid.c', 'grid.h',
'log.c', 'log.h',
'main.c',
'osc.c', 'osc.h',