diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 | 
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1995-05-30 05:51:47 +0000 | 
| commit | 6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8 (patch) | |
| tree | e1331adb5d216f2b3fa6baa6491752348d2e5f10 /lib/libcurses/curses.h | |
| parent | a2f0036ac41fe46dd47d6339982567f19437ade9 (diff) | |
Notes
Diffstat (limited to 'lib/libcurses/curses.h')
| -rw-r--r-- | lib/libcurses/curses.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/libcurses/curses.h b/lib/libcurses/curses.h index 8b699fac48e9..1142ca5a894d 100644 --- a/lib/libcurses/curses.h +++ b/lib/libcurses/curses.h @@ -145,7 +145,7 @@ extern char	 __unctrllen[256];	/* Control strings length. */   * A line is an array of __LDATA structures pointed to by the 'line' pointer.   *   * IMPORTANT: the __LDATA structure must NOT induce any padding, so if new - * fields are added -- padding fields with *constant values* should ensure  + * fields are added -- padding fields with *constant values* should ensure   * that the compiler will not generate any padding when storing an array of   *  __LDATA structures.  This is to enable consistent use of memcmp, and memcpy   * for comparing and copying arrays. @@ -188,7 +188,7 @@ typedef struct __window {		/* Window structure. */  #define	__SCROLLOK	0x020		/* Scrolling ok. */  #define	__CLEAROK	0x040		/* Clear on next refresh. */  #define __WSTANDOUT	0x080		/* Standout window */ -#define __LEAVEOK	0x100		/* If curser left */	 +#define __LEAVEOK	0x100		/* If curser left */  #define __FULLLINE      0x200           /* Line width = terminal width. */  	u_int flags;  } WINDOW; | 
