mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
7 lines
167 B
C
7 lines
167 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include "terminal.h"
|
|
|
|
bool osc_ensure_size(struct terminal *term, size_t required_size);
|
|
void osc_dispatch(struct terminal *term);
|