[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ncurses for djgpp
From: |
Mark E. |
Subject: |
Re: ncurses for djgpp |
Date: |
Wed, 8 Aug 2001 17:12:53 -0400 |
> externs for ScreenRows() and ScreenCols() into the C code rather than
> including the appropriate header is the other thing to take care of (you
> said it's available in pc.h).
Thanks, but this change is no longer needed. The configure script detects
the new TIOCGWINSZ support, sets USE_SIZECHANGE, and then lib_setup.c
does the right thing.