mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
9 lines
199 B
C
9 lines
199 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <stdbool.h>
|
||
|
|
#include "terminal.h"
|
||
|
|
|
||
|
|
void dcs_hook(struct terminal *term, uint8_t final);
|
||
|
|
void dcs_put(struct terminal *term, uint8_t c);
|
||
|
|
void dcs_unhook(struct terminal *term);
|