dcs: sort of implement DCS passthrough

We now store the passthrough characters in a buffer, and call
dcs_passthrough() on unhook.

However, dcs_passthrough() doesn't do anything.
This commit is contained in:
Daniel Eklöf 2019-07-19 09:55:07 +02:00
parent 153628a217
commit b953326768
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 62 additions and 4 deletions

View file

@ -62,6 +62,7 @@ executable(
'config.c', 'config.h',
'commands.c', 'commands.h',
'csi.c', 'csi.h',
'dcs.c', 'dcs.h',
'font.c', 'font.h',
'grid.c', 'grid.h',
'input.c', 'input.h',