Home
last modified time | relevance | path

Searched refs:vterm_allocator (Results 1 – 1 of 1) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dterminal.c4551 static VTermAllocatorFunctions vterm_allocator = { variable
4568 vterm = vterm_new_with_allocator(rows, cols, &vterm_allocator, NULL); in create_vterm()