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

/openbsd-current/usr.bin/tmux/
H A Dinput.c95 #define INPUT_BUF_START 32 macro
818 ictx->input_space = INPUT_BUF_START;
819 ictx->input_buf = xmalloc(INPUT_BUF_START);
1129 if (ictx->input_space > INPUT_BUF_START) {
1130 ictx->input_space = INPUT_BUF_START;
1131 ictx->input_buf = xrealloc(ictx->input_buf, INPUT_BUF_START);

Completed in 123 milliseconds