Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dterm.c1414 char *tpr_name; member
1450 term_props[TPR_CURSOR_STYLE].tpr_name = "cursor_style"; in init_term_props()
1452 term_props[TPR_CURSOR_BLINK].tpr_name = "cursor_blink_mode"; in init_term_props()
1454 term_props[TPR_UNDERLINE_RGB].tpr_name = "underline_rgb"; in init_term_props()
1456 term_props[TPR_MOUSE].tpr_name = "mouse"; in init_term_props()
1482 dict_add_string(rettv->vval.v_dict, term_props[i].tpr_name, value); in f_terminalprops()