代码搜索结果
找到约 10,000 项符合
Screen 的代码
screen.cpp
// Screen.cpp : Defines the entry point for the console application.
#include "stdafx.h"
#include "screen.h"
#include "Vt100Disp.h"
extern int g_iArrPara[50]; //??
extern int iWidth;
struct
screen.h
///屏幕控制和属性
//属性定义
struct struScreen{
int iLocDisplay; //本端回显
//0---CSI 12h 禁止本端回显,键盘数据仅送给主机
//1---CSI 12l 允许本端回显,键盘数据送给主机和屏幕
int
screen.cpp
// Screen.cpp : Defines the entry point for the console application.
#include "stdafx.h"
#include "screen.h"
#include "Vt100Disp.h"
extern int g_iArrPara[50]; //??
extern int iWidth;
struct
screen.h
///屏幕控制和属性
//属性定义
struct struScreen{
int iLocDisplay; //本端回显
//0---CSI 12h 禁止本端回显,键盘数据仅送给主机
//1---CSI 12l 允许本端回显,键盘数据送给主机和屏幕
int