foot/osc.h

7 lines
100 B
C
Raw Normal View History

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