[BACK]Return to addbytes.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/addbytes.c between version 1.47.12.1 and 1.47.12.2

version 1.47.12.1, 2018/09/06 06:55:20 version 1.47.12.2, 2018/11/26 01:52:12
Line 204  _cursesi_waddbytes(WINDOW *win, const ch
Line 204  _cursesi_waddbytes(WINDOW *win, const ch
 /*  /*
  * _cursesi_addbyte -   * _cursesi_addbyte -
  *      Internal function to add a byte and update the row and column   *      Internal function to add a byte and update the row and column
  * positions as appropriate.  This function is only used in the narrow   * positions as appropriate.  If char_interp is non-zero then
  * character version of curses.  If update_cursor is non-zero then character   * character interpretation is done on the byte.  This function is
  * interpretation.   * only used in the narrow character version of curses.
  */   */
 int  int
 _cursesi_addbyte(WINDOW *win, __LINE **lp, int *y, int *x, int c,  _cursesi_addbyte(WINDOW *win, __LINE **lp, int *y, int *x, int c,

Legend:
Removed from v.1.47.12.1  
changed lines
  Added in v.1.47.12.2

CVSweb <webmaster@jp.NetBSD.org>