foot/vt.h
2019-06-15 22:22:44 +02:00

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);