foot/csi.h

7 lines
115 B
C
Raw Normal View History

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