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

6 lines
100 B
C

#pragma once
#include <stdbool.h>
#include "terminal.h"
bool osc_dispatch(struct terminal *term);