Lines Matching defs:cursor
151 static genchar *cursor; /* Cursor in real screen */
162 APPEND, /* Append char before cursor to screen */
1184 /* Adjust screen to agree with inputs: logical line and cursor */
1205 genchar *ncursor; /* New cursor */
1220 cursor = screen;
1228 *cursor = '\0';
1245 If in append mode, cursor at end of line, screen up to date,
1255 print(i)&&((cursor-screen)<(w_size-1)))
1258 *cursor++ = i;
1259 *cursor = '\0';
1280 /* Center the cursor on the screen */
1323 cursor++;
1361 * put the cursor to the <new> position within screen buffer
1363 * cursor is set to reflect the change
1370 register int old = cursor - screen;
1393 cursor = screen+new;