wip: vt parsing: initial csi/osc dispatching

This commit is contained in:
Daniel Eklöf 2019-06-15 22:22:44 +02:00
parent 0e6aa61d69
commit 2a4c08b941
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
10 changed files with 571 additions and 103 deletions

View file

@ -57,12 +57,16 @@ endforeach
executable(
'f00ter',
'csi.c', 'csi.h',
'font.c', 'font.h',
'log.c', 'log.h',
'main.c',
'osc.c', 'osc.h',
'shm.c', 'shm.h',
'slave.c', 'slave.h',
'terminal.h',
'tllist.h',
'vt.c', 'vt.h',
wl_proto_src + wl_proto_headers,
dependencies: [math, cairo, cairo_ft, fontconfig, wayland_client, wayland_cursor, xkb],
install: true)