term: break out fork+exec functionality to a separate file

This commit is contained in:
Daniel Eklöf 2020-07-15 12:39:10 +02:00
parent 4d17423ed1
commit 9cdccdd2ac
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 82 additions and 53 deletions

View file

@ -123,6 +123,7 @@ executable(
'sixel.c', 'sixel.h',
'sixel-hls.c', 'sixel-hls.h',
'slave.c', 'slave.h',
'spawn.c', 'spawn.h',
'terminal.c', 'terminal.h',
'tokenize.c', 'tokenize.h',
'vt.c', 'vt.h',