File:  [CSRG BSD Unix] / 43BSDReno / games / chess / Xchess / scrollText / scrollText.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:57 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43reno
BSD 4.3reno

/*
 * Scrollable Text Window Header File
 *
 * David Harrison
 * University of California,  Berkeley
 * 1986
 *
 * This file contains definitions for a scrollable text window
 * with scroll bar support.
 */

int TxtGrab();
   /* Take hold of a previously created window */

#define TXT_NO_COLOR	-1

int TxtAddFont();
   /* Loads a new font for use later */
int TxtWinP();
   /* Returns non-zero value if the window is text window */
int TxtClear();
   /* Clears text window and resets text buffer */

int TxtWriteStr();
   /* Writes a string to window with immediate update */
int TxtJamStr();
   /* Write a string without causing update to screen */

int TxtRepaint();
   /* Repaints entire scrollable text window */
int TxtFilter();
   /* Handles events related to text window */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.