Home | History | Annotate | Download | only in src

Lines Matching refs:el_cursor

716          * el_cursor.v to this line i MUST be in this routine so that if we
717 * don't have to change the line, we don't move to it. el_cursor.h to
1058 while (w > 1 && el->el_cursor.h + w > el->el_terminal.t_size.h)
1062 el->el_display[el->el_cursor.v][el->el_cursor.h++] = c;
1064 el->el_display[el->el_cursor.v][el->el_cursor.h++]
1067 if (el->el_cursor.h >= el->el_terminal.t_size.h) {
1069 el->el_cursor.h = 0;
1077 if (el->el_cursor.v + 1 >= el->el_terminal.t_size.v) {
1087 el->el_cursor.v++;
1119 rhdiff = el->el_terminal.t_size.h - el->el_cursor.h -
1154 el->el_cursor.v = 0;
1155 el->el_cursor.h = 0;