Searched refs:el_cursor (Results 1 – 3 of 3) sorted by relevance
528 if (where == el->el_cursor.v) in term_move_to_line()538 if ((del = where - el->el_cursor.v) > 0) { in term_move_to_line()541 el->el_display[el->el_cursor.v][0] != '\0') { in term_move_to_line()545 &el->el_display[el->el_cursor.v][el->el_cursor.h], in term_move_to_line()558 el->el_cursor.h = 0; in term_move_to_line()572 el->el_cursor.v = where;/* now where is here */ in term_move_to_line()585 if (where == el->el_cursor.h) in term_move_to_char()597 el->el_cursor.h = 0; in term_move_to_char()600 del = where - el->el_cursor.h; in term_move_to_char()613 if ((el->el_cursor.h & 0370) != in term_move_to_char()[all …]
1004 el->el_display[el->el_cursor.v][el->el_cursor.h++] = c; in re_fastputc()1005 if (el->el_cursor.h >= el->el_term.t_size.h) { in re_fastputc()1007 el->el_cursor.h = 0; in re_fastputc()1015 if (el->el_cursor.v + 1 >= el->el_term.t_size.v) { in re_fastputc()1025 el->el_cursor.v++; in re_fastputc()1057 rhdiff = el->el_term.t_size.h - el->el_cursor.h - in re_fastaddc()1087 el->el_cursor.v = 0; in re_clear_display()1088 el->el_cursor.h = 0; in re_clear_display()
117 coord_t el_cursor; /* Cursor location */ member