⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 winfo.c

📁 详细介绍了一篇关于pci开发的接口芯片
💻 C
字号:
/*  CXL - Copyright (c) 1987-1989 by Mike Smedley - All Rights Reserved  */
/* WINFO.C  - contains the window information record */

#include "cxldef.h"
#include "cxlwin.h"

struct _winfo_t _Near _Cdecl _winfo=
{
    NULL,       /* pointer to active window         */
    NULL,       /* pointer to last hidden window    */
    NULL,       /* pointer to head menu record      */
    NULL,       /* pointer to current menu record   */
    NULL,       /* pointer to help info record      */
    0,          /* last handle given to a window    */
    500,        /* max files allowed in wpickfile() */
    0,          /* pointer to current help category */
    W_NOERROR,  /* error num from last window func  */
    0,          /* total number of open windows     */
    0,0,        /* system variables used in menus   */
    ON,         /* check for Esc in input funcions? */
    8,          /* window TTY output tab width      */
    ' '         /* character to fill windows with   */
};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -