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

📄 helpbox.h

📁 edit 0.82 freedos中的文本编辑器
💻 H
字号:
/* --------- helpbox.h ----------- */

#ifndef HELPBOX_H
#define HELPBOX_H

/* --------- linked list of help text collections -------- */
struct helps {
    char *hname;
    char *comment;
    long hptr;
    int bit;
    int hheight;
    int hwidth;
    int nexthlp;
    int prevhlp;
    void *hwnd;
    char *PrevName;
    char *NextName;
#ifdef FIXHELP
    struct helps *NextHelp;
#endif
};

#endif

⌨️ 快捷键说明

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