Lines Matching refs:shape
1136 cursorentry_T *shape; in gui_update_cursor() local
1192 shape = term_get_cursor_shape(&shape_fg, &shape_bg); in gui_update_cursor()
1195 shape = &shape_table[get_shape_idx(FALSE)]; in gui_update_cursor()
1197 id = shape->id_lm; in gui_update_cursor()
1199 id = shape->id; in gui_update_cursor()
1205 gui_mch_set_blinking(shape->blinkwait, in gui_update_cursor()
1206 shape->blinkon, in gui_update_cursor()
1207 shape->blinkoff); in gui_update_cursor()
1208 if (shape->blinkwait == 0 || shape->blinkon == 0 in gui_update_cursor()
1209 || shape->blinkoff == 0) in gui_update_cursor()
1314 if (shape->shape == SHAPE_BLOCK) in gui_update_cursor()
1333 if (shape->shape == SHAPE_VER) in gui_update_cursor()
1336 cur_width = (gui.char_width * shape->percentage + 99) / 100; in gui_update_cursor()
1340 cur_height = (gui.char_height * shape->percentage + 99) / 100; in gui_update_cursor()
1347 if (shape->shape != SHAPE_VER) in gui_update_cursor()