|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T c
Length: 1278 (0x4fe) Types: TextFile Names: »curses.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦4fd8323b9⟧ »EurOpenD3/mail/elm2.3.tar.Z« └─⟦698c4f91f⟧ └─⟦this⟧ »hdrs/curses.h«
/* $Id: curses.h,v 4.1 90/04/28 22:42:05 syd Exp $ */ /******************************************************************************* * The Elm Mail System - $Revision: 4.1 $ $State: Exp $ * * Copyright (c) 1986, 1987 Dave Taylor * Copyright (c) 1988, 1989, 1990 USENET Community Trust ******************************************************************************* * Bug reports, patches, comments, suggestions should be sent to: * * Syd Weinstein, Elm Coordinator * elm@DSI.COM dsinc!elm * ******************************************************************************* * $Log: curses.h,v $ * Revision 4.1 90/04/28 22:42:05 syd * checkin of Elm 2.3 as of Release PL0 * * ******************************************************************************/ /*** Include file for seperate compilation. ***/ #define OFF 0 #define ON 1 int InitScreen(), /* This must be called before anything else!! */ ClearScreen(), CleartoEOLN(), MoveCursor(), StartBold(), EndBold(), StartUnderline(), EndUnderline(), StartHalfbright(), EndHalfbright(), StartInverse(), EndInverse(), transmit_functions(), Raw(), RawState(), ReadCh(); char *return_value_of();