1
0
Fork 0
forked from entailz/toes
toes/csi.h
2026-05-12 23:33:02 -07:00

6 lines
115 B
C

#pragma once
#include <stdbool.h>
#include "terminal.h"
void csi_dispatch(struct terminal *term, uint8_t final);