Searched refs:new_chars (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c128 uint32_t *new_chars = vterm_allocator_malloc(state->vt, new_size * sizeof(new_chars[0])); local
130 memcpy(new_chars, state->combine_chars, state->combine_chars_size * sizeof(new_chars[0]));
134 state->combine_chars = new_chars;

Completed in 82 milliseconds