[BACK]Return to resize.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/resize.c between version 1.26 and 1.26.4.1

version 1.26, 2017/01/24 17:27:30 version 1.26.4.1, 2018/10/03 17:49:06
Line 163  resizeterm(int nlines, int ncols)
Line 163  resizeterm(int nlines, int ncols)
         __CTRACE(__CTRACE_WINDOW, "resizeterm: (%d, %d)\n", nlines, ncols);          __CTRACE(__CTRACE_WINDOW, "resizeterm: (%d, %d)\n", nlines, ncols);
 #endif  #endif
   
           /* Unconditionally inform application screen has been resized. */
           _cursesi_screen->resized = 1;
   
         if (!is_term_resized(nlines, ncols))          if (!is_term_resized(nlines, ncols))
                 return OK;                  return OK;

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.26.4.1

CVSweb <webmaster@jp.NetBSD.org>