mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
osc: allocate data buffer dynamically
This commit is contained in:
parent
95ff37afd7
commit
153628a217
5 changed files with 30 additions and 4 deletions
1
osc.h
1
osc.h
|
|
@ -3,4 +3,5 @@
|
|||
#include <stdbool.h>
|
||||
#include "terminal.h"
|
||||
|
||||
bool osc_ensure_size(struct terminal *term, size_t size);
|
||||
void osc_dispatch(struct terminal *term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue