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

/xsrc/external/mit/xterm/dist/
H A Dcursor.c68 CursorSet(TScreen *screen, int row, int col, unsigned flags) function in typeref:typename:void
91 TRACE(("CursorSet(%d,%d) margins V[%d..%d] H[%d..%d] -> %d,%d %s\n",
464 CursorSet(screen,
471 CursorSet(screen, sc->row, sc->col, xw->flags);
473 screen->do_wrap = sc->wrap_flag; /* after CursorSet/ResetWrap */
527 * Return col/row values which can be passed to CursorSet() preserving the
H A Dcharproc.c3057 CursorSet(screen, row, col, xw->flags);
3759 CursorSet(screen, one_if_default(0) - 1, one_if_default(1) - 1, xw->flags);
3765 CursorSet(screen, one_if_default(0) - 1, CursorCol(xw), xw->flags);
3771 CursorSet(screen, CursorRow(xw), one_if_default(0) - 1, xw->flags);
3777 CursorSet(screen,
3786 CursorSet(screen,
3799 CursorSet(screen, screen->max_row, 0, xw->flags);
4566 CursorSet(screen, 0, 0, xw->flags);
4631 CursorSet(screen, 0, 0, xw->flags);
4677 CursorSet(scree
[all...]
H A Dxterm.h1194 extern void CursorSet (TScreen * /* screen */, int /* row */, int /* col */, unsigned /* flags */);

Completed in 18 milliseconds