home *** CD-ROM | disk | FTP | other *** search
- /*-----------------------------------------------------------------------*
- * filename - wscroll.c
- *
- * function(s)
- * none
- *-----------------------------------------------------------------------*/
-
- /*[]------------------------------------------------------------[]*/
- /*| |*/
- /*| Turbo C Run Time Library - Version 3.0 |*/
- /*| |*/
- /*| |*/
- /*| Copyright (c) 1987,1988,1990 by Borland International |*/
- /*| All Rights Reserved. |*/
- /*| |*/
- /*[]------------------------------------------------------------[]*/
-
-
- /*---------------------------------------------------------------------*
-
- Name _wscroll - console I/O scroll flag
-
- Usage extern unsigned _wscroll;
-
- *---------------------------------------------------------------------*/
-
-
- unsigned _wscroll = 1;
-