HomeSort by: relevance | last modified time | path
    Searched defs:not_wrap (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tmux/dist/
screen-write.c 1968 u_int width = ud->width, xx, not_wrap; local
2069 not_wrap = !(s->mode & MODE_WRAP);
2070 if (s->cx <= sx - not_wrap - width)
2073 screen_write_set_cursor(ctx, sx - not_wrap, -1);

Completed in 25 milliseconds