Lines Matching defs:cursor
105 genchar *cursor; /* Cursor in real screen */
165 APPEND, /* Append char before cursor to screen */
1340 /* Adjust screen to agree with inputs: logical line and cursor */
1353 genchar *ncursor; /* New cursor */
1369 ep->cursor = ep->screen;
1377 *ep->cursor = '\0';
1394 If in append mode, cursor at end of line, screen up to date,
1423 ed_setcursor(ep->ed,ep->screen,0,ep->cursor-ep->screen, 0);
1432 print(i)&&((ep->cursor-ep->screen)<(w_size-1)))
1435 *ep->cursor++ = i;
1436 *ep->cursor = '\0';
1457 /* Center the cursor on the screen */
1502 ep->cursor++;
1507 ed_setcursor(ep->ed, ep->screen, ep->cursor-ep->screen, ep->ed->e_peol, -1);
1545 * put the cursor to the <newp> position within screen buffer
1547 * cursor is set to reflect the change
1552 register int oldp = ep->cursor - ep->screen;
1559 ep->cursor = ep->screen+newp;