mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
9 lines
211 B
C
9 lines
211 B
C
#pragma once
|
|
|
|
#include "terminal.h"
|
|
|
|
void sixel_init(struct terminal *term);
|
|
void sixel_put(struct terminal *term, uint8_t c);
|
|
void sixel_unhook(struct terminal *term);
|
|
|
|
void sixel_destroy(struct sixel *sixel);
|