foot/osc.h
2019-07-19 08:59:35 +02:00

7 lines
158 B
C

#pragma once
#include <stdbool.h>
#include "terminal.h"
bool osc_ensure_size(struct terminal *term, size_t size);
void osc_dispatch(struct terminal *term);