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

6 lines
115 B
C

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