Home
last modified time | relevance | path

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

/openbsd-src/lib/libcurses/base/
H A Dlib_refresh.c84 int src_row, src_col; in wnoutrefresh() local
174 src_col = oline->firstchar; in wnoutrefresh()
175 dst_col = src_col + begx; in wnoutrefresh()
184 if (isWidecExt(oline->text[src_col])) { in wnoutrefresh()
185 j = 1 + dst_col - WidecExt(oline->text[src_col]); in wnoutrefresh()
189 src_col -= (dst_col - j); in wnoutrefresh()
268 for (; src_col <= last_src; src_col++, dst_col++) { in wnoutrefresh()
269 if (!CharEq(oline->text[src_col], nline->text[dst_col])) { in wnoutrefresh()
270 nline->text[dst_col] = oline->text[src_col]; in wnoutrefresh()