Searched refs:T_TS (Results 1 – 4 of 4) sorted by relevance
191 #define T_TS (TERM_STR(KS_TS)) // set window title start macro
2235 if ((type || *T_TS != NUL) && title != NULL) in mch_settitle()2249 if (*T_TS != NUL) // it's OK if t_fs is empty in mch_settitle()
3036 p_term("t_ts", T_TS)
3106 OUT_STR(tgoto((char *)T_TS, 0, 0)); // set title start in term_settitle()