[BACK]Return to curses_private.h 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/curses_private.h between version 1.35 and 1.36

version 1.35, 2004/03/22 18:57:38 version 1.36, 2004/03/28 08:58:37
Line 124  struct __window {  /* Window structure. 
Line 124  struct __window {  /* Window structure. 
         attr_t  battr;                  /* Background attributes */          attr_t  battr;                  /* Background attributes */
         int     scr_t, scr_b;           /* Scrolling region top, bottom */          int     scr_t, scr_b;           /* Scrolling region top, bottom */
         SCREEN  *screen;                /* Screen for this window */          SCREEN  *screen;                /* Screen for this window */
           int     pbegy, pbegx,
                   sbegy, sbegx,
                   smaxy, smaxx;           /* Saved prefresh() values */
 };  };
   
 /* Set of attributes unset by 'me' - 'mb', 'md', 'mh', 'mk', 'mp' and 'mr'. */  /* Set of attributes unset by 'me' - 'mb', 'md', 'mh', 'mk', 'mp' and 'mr'. */

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

CVSweb <webmaster@jp.NetBSD.org>