ocs: renamed parameter size -> required_size in osc_ensure_size()

This commit is contained in:
Daniel Eklöf 2019-07-19 09:56:00 +02:00
parent b953326768
commit a5737a63b8
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
osc.h
View file

@ -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);