Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/tmux/
Dinput.c95 #define INPUT_BUF_START 32 macro
821 ictx->input_space = INPUT_BUF_START; in input_init()
822 ictx->input_buf = xmalloc(INPUT_BUF_START); in input_init()
1130 if (ictx->input_space > INPUT_BUF_START) { in input_ground()
1131 ictx->input_space = INPUT_BUF_START; in input_ground()
1132 ictx->input_buf = xrealloc(ictx->input_buf, INPUT_BUF_START); in input_ground()