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

  /src/external/bsd/tmux/dist/
window-copy.c 4799 u_int firstsx, lastex, restex, restsx, selx; local
4839 * first line (firstsx), end of last line (lastex), start (restsx) and
4863 lastex = data->cx;
4867 lastex = data->cx + 1;
4874 lastex = selx + 1;
4881 lastex = ex;
4883 lastex = ex + 1;
4893 (i == ey ? lastex : restex));
4903 if (keys == MODEKEY_EMACS || lastex <= ey_last) {
4905 GRID_LINE_WRAPPED || lastex != ey_last
    [all...]
window-copy.c 4799 u_int firstsx, lastex, restex, restsx, selx; local
4839 * first line (firstsx), end of last line (lastex), start (restsx) and
4863 lastex = data->cx;
4867 lastex = data->cx + 1;
4874 lastex = selx + 1;
4881 lastex = ex;
4883 lastex = ex + 1;
4893 (i == ey ? lastex : restex));
4903 if (keys == MODEKEY_EMACS || lastex <= ey_last) {
4905 GRID_LINE_WRAPPED || lastex != ey_last
    [all...]

Completed in 36 milliseconds