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