mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-12 04:27:51 -05:00
9 lines
154 B
C
9 lines
154 B
C
|
|
#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);
|