代码搜索结果
找到约 10,000 项符合
Display 的代码
display.c
/*-----------------------------Display.c-------------------------------*/
/*------------------动画演示文件----------------------------*/
/*------------初始化图形界面--------------------------*/
void InitGraph()
display.c
/* ANSI display emulation
*
* This file emulates the IBM ANSI terminal display. It maintains a
* display buffer and descriptor for each virtual display, of which there
* can be many. All write
display.h
#ifndef _DISPLAY_H
#define _DISPLAY_H
#ifndef _STDIO_H
#include
#endif
#define MAXARGS 5
struct display {
unsigned cookie; /* Magic cookie to detect bogus pointers */
#define
display.h
#define DISP_FGND_BLACK 0x00
#define DISP_FGND_BLUE 0x01
#define DISP_FGND_GREEN 0x02
#define DISP_FGND_CYAN 0x03
#define DISP_FGND_RED 0x04
display.c
#include "config.h"
#include "display.h"
#include
#define DISP_MAX_X 80 /* Maximum number of columns */
#define DISP_MAX_Y
display.h
#define DISP_FGND_BLACK 0x00
#define DISP_FGND_BLUE 0x01
#define DISP_FGND_GREEN 0x02
#define DISP_FGND_CYAN 0x03
#define DISP_FGND_RED 0x04
display.c
#include "config.h"
#include "display.h"
#include
#define DISP_MAX_X 80 /* Maximum number of columns */
#define DISP_MAX_Y
display.c
/*****************************************************************************
XCopilot
This code is part of XCopilot, a port of copilot
Portions of this code are Copyright (C) 1997
display.h
/*****************************************************************************
XCopilot
This code is part of XCopilot, a port of copilot
Portions of this code are Copyright (C) 1997