Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h222 #define CPO_TSIZE '|' // $LINES and $COLUMNS overrule term size macro
H A Dos_unix.c4110 if (columns == 0 || rows == 0 || vim_strchr(p_cpo, CPO_TSIZE) != NULL) in mch_get_shellsize()