mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
8 lines
169 B
C
8 lines
169 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);
|