mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-06 07:15:30 -04:00
wip: vt parsing: initial csi/osc dispatching
This commit is contained in:
parent
0e6aa61d69
commit
2a4c08b941
10 changed files with 571 additions and 103 deletions
8
vt.h
Normal file
8
vt.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "terminal.h"
|
||||
|
||||
void vt_from_slave(struct terminal *term, const uint8_t *data, size_t len);
|
||||
Loading…
Add table
Add a link
Reference in a new issue