Searched refs:el_cursor (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/lib/libedit/
H A Dterm.c531 if (where == el->el_cursor.v)
541 if ((del = where - el->el_cursor.v) > 0) {
544 el->el_display[el->el_cursor.v][0] != '\0') {
548 [el->el_cursor.v][el->el_cursor.h],
550 el->el_cursor.h));
562 el->el_cursor.h = 0;
575 el->el_cursor.v = where;/* now where is here */
588 if (where == el->el_cursor.h)
600 el->el_cursor
[all...]
H A Del.h119 coord_t el_cursor; /* Cursor location */ member in struct:editline
H A Drefresh.c696 * el_cursor.v to this line i MUST be in this routine so that if we
697 * don't have to change the line, we don't move to it. el_cursor.h to
1034 el->el_display[el->el_cursor.v][el->el_cursor.h++] = c;
1035 if (el->el_cursor.h >= el->el_term.t_size.h) {
1037 el->el_cursor.h = 0;
1045 if (el->el_cursor.v + 1 >= el->el_term.t_size.v) {
1055 el->el_cursor.v++;
1087 rhdiff = el->el_term.t_size.h - el->el_cursor.h -
1117 el->el_cursor
[all...]

Completed in 96 milliseconds