|
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: 620 (0x26c) Types: TextFile Names: »curses.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec1/elm/hdrs/curses.h«
/*** curses.h ***/ /*** (C) Copyright 1986 Dave Taylor ***/ /*** Include file for seperate compilation. ***/ #define OFF 0 #define ON 1 int InitScreen(), /* This must be called before anything else!! */ ClearScreen(), CleartoEOLN(), MoveCursor(), CursorUp(), CursorDown(), CursorLeft(), CursorRight(), StartBold(), EndBold(), StartUnderline(), EndUnderline(), StartHalfbright(), EndHalfbright(), StartInverse(), EndInverse(), transmit_functions(), Raw(), ReadCh(); char *return_value_of();