[BACK]Return to ins_wch.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libcurses

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libcurses/ins_wch.c between version 1.19 and 1.20

version 1.19, 2022/04/12 07:03:04 version 1.20, 2022/10/19 06:09:27
Line 200  wins_wch(WINDOW *win, const cchar_t *wch
Line 200  wins_wch(WINDOW *win, const cchar_t *wch
                 temp1->ch = wch->vals[0];                  temp1->ch = wch->vals[0];
                 temp1->wcols = x - ex;                  temp1->wcols = x - ex;
                 temp1->nsp = NULL;                  temp1->nsp = NULL;
                   temp1->cflags |= CA_CONTINUATION;
                 ex++, temp1++;                  ex++, temp1++;
         }          }
   

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

CVSweb <webmaster@jp.NetBSD.org>