mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
8 lines
154 B
C
8 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);
|