sixel: add HLS color format support

This commit is contained in:
Daniel Eklöf 2020-02-22 21:18:55 +01:00
parent 7985cefd65
commit f96eb5ff07
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 132 additions and 2 deletions

View file

@ -118,6 +118,7 @@ executable(
'server.c', 'server.h',
'shm.c', 'shm.h',
'sixel.c', 'sixel.h',
'sixel-hls.c', 'sixel-hls.h',
'slave.c', 'slave.h',
'terminal.c', 'terminal.h',
'tokenize.c', 'tokenize.h',