HomeSort by: relevance | last modified time | path
    Searched refs:lft_marg (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
cursor.c 76 use_col += screen->lft_marg;
95 screen->lft_marg,
467 ? sc->col - screen->lft_marg
graphics_sixel.c 323 new_col = screen->lft_marg;
xterm.h 1633 ((col) >= (screen)->lft_marg && (col) <= (screen)->rgt_marg)
1648 ? TScreenOf(xw)->lft_marg \
screen.c 82 #define getMinCol(screen) ((xw->flags & ORIGIN) ? (screen)->lft_marg : 0)
2486 col += screen->lft_marg;
ptyx.h 2711 int lft_marg; /* left column of " " */ member in struct:__anon12178
charproc.c 1346 screen->lft_marg,
1349 screen->lft_marg = left;
1352 if (screen->lft_marg > screen->max_col)
1353 screen->lft_marg = screen->max_col;
4413 value -= screen->lft_marg;
util.c 837 && screen->cur_col >= screen->lft_marg
misc.c 4907 screen->lft_marg + 1,

Completed in 22 milliseconds