Searched refs:el_cursor (Results 1 – 5 of 5) sorted by relevance
487 if (where == el->el_cursor.v) in terminal_move_to_line()498 if ((del = where - el->el_cursor.v) > 0) { in terminal_move_to_line()501 el->el_display[el->el_cursor.v][0] != '\0') { in terminal_move_to_line()506 el->el_display[el->el_cursor.v][h] == in terminal_move_to_line()514 [el->el_cursor.v][el->el_cursor.h], in terminal_move_to_line()516 el->el_cursor.h)); in terminal_move_to_line()528 el->el_cursor.h = 0; in terminal_move_to_line()541 el->el_cursor.v = where;/* now where is here */ in terminal_move_to_line()554 if (where == el->el_cursor.h) in terminal_move_to_char()567 el->el_cursor.h = 0; in terminal_move_to_char()[all …]
1058 while (w > 1 && el->el_cursor.h + w > el->el_terminal.t_size.h) in re_fastputc()1062 el->el_display[el->el_cursor.v][el->el_cursor.h++] = c; in re_fastputc()1064 el->el_display[el->el_cursor.v][el->el_cursor.h++] in re_fastputc()1067 if (el->el_cursor.h >= el->el_terminal.t_size.h) { in re_fastputc()1069 el->el_cursor.h = 0; in re_fastputc()1077 if (el->el_cursor.v + 1 >= el->el_terminal.t_size.v) { in re_fastputc()1087 el->el_cursor.v++; in re_fastputc()1119 rhdiff = el->el_terminal.t_size.h - el->el_cursor.h - in re_fastaddc()1154 el->el_cursor.v = 0; in re_clear_display()1155 el->el_cursor.h = 0; in re_clear_display()
126 coord_t el_cursor; /* Cursor location */ member
282 int el_cursor(EditLine *, int);
651 el_cursor(EditLine *el, int n) in el_cursor() function