Lines Matching defs:cursor
142 offset(simple.cursor), XtRString, "xterm"},
659 * Procedure to manage insert cursor visibility for editable text. It uses
661 * position is immediately preceded by an eol graphic, then the insert cursor
1013 * One valid entry is needed at the end of the table so that the cursor
2366 * Description: Redraws the display with the cursor in insert point
2623 XRectangle expose, cursor;
2652 XawTextSinkGetCursorBounds(ctx->text.sink, &cursor);
2653 if (RectanglesOverlap(&cursor, &expose)) {
2654 SinkClearToBG(ctx->text.sink, (Position) cursor.x, (Position) cursor.y,
2655 (Dimension) cursor.width, (Dimension) cursor.height);
2656 UpdateTextInRectangle(ctx, &cursor);
2739 * cursor does not go past the end of this space.
2741 * This makes sure that the cursor does not go past the end of the
2785 /* Check to make sure the cursor is visable. */