Home
last modified time | relevance | path

Searched refs:src_col (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/ncurses/ncurses/base/
H A Dlib_refresh.c81 int src_row, src_col; in wnoutrefresh() local
163 src_col = oline->firstchar; in wnoutrefresh()
164 dst_col = src_col + begx; in wnoutrefresh()
173 if (isWidecExt(oline->text[src_col])) { in wnoutrefresh()
174 j = 1 + dst_col - WidecExt(oline->text[src_col]); in wnoutrefresh()
178 src_col -= (dst_col - j); in wnoutrefresh()
257 for (; src_col <= last_src; src_col++, dst_col++) { in wnoutrefresh()
258 if (!CharEq(oline->text[src_col], nline->text[dst_col])) { in wnoutrefresh()
259 nline->text[dst_col] = oline->text[src_col]; in wnoutrefresh()