2020-02-21 21:53:23 +01:00
|
|
|
#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);
|
2020-02-22 00:23:19 +01:00
|
|
|
|
|
|
|
|
void sixel_destroy(struct sixel *sixel);
|