From bf54c5fa3768053afb1dedae7ce2cfdc32344447 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 29 Mar 2006 00:34:44 +0000 Subject: [PATCH] bogus_adapter -> DOS only. --- curses.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curses.h b/curses.h index e35eb8f4..76cdfd7d 100644 --- a/curses.h +++ b/curses.h @@ -15,7 +15,7 @@ * See the file maintain.er for details of the current maintainer. * ************************************************************************/ -/* $Id: curses.h,v 1.161 2006/03/28 19:02:39 wmcbrine Exp $ */ +/* $Id: curses.h,v 1.162 2006/03/29 00:34:44 wmcbrine Exp $ */ /*----------------------------------------------------------------------* * PDCurses * @@ -567,7 +567,6 @@ typedef struct bool mono; /* TRUE if current screen is mono */ bool sizeable; /* TRUE if adapter is resizeable */ bool resized; /* TRUE if TERM has been resized */ - bool bogus_adapter; /* TRUE if adapter has insane values */ bool shell; /* TRUE if reset_prog_mode() needs to be called. */ bool orig_attr; /* TRUE if we have the original colors */ @@ -621,6 +620,7 @@ typedef struct int video_page; /* Current PC video page */ unsigned video_seg; /* video base segment */ unsigned video_ofs; /* video base offset */ + bool bogus_adapter; /* TRUE if adapter has insane values */ #endif #ifdef XCURSES