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

📄 txtint.h

📁 Dos6.0
💻 H
字号:
/* File: txtint.h - Defines which apply to the QBI Text Manager         */
/* NOTE: When making changes to this file, be sure to make equivalent   */
/*       changes to file TXTINT.INC                                     */

#undef TXTINT_H
#define TXTINT_H ON        /* remember that this file has been included */

/**======================================================================**
 **==           Internal Interface to Text Manager Component           ==**
 **======================================================================**/

ulong NEAR EtDiff(char *, char *, ushort);
ushort NEAR GetPrsField(ushort, ushort);
boolean NEAR LoadEnterProc(ushort);
boolean NEAR LoadExitProc(void);
void NEAR UpdateLinks(ushort, ushort);
void NEAR TxtFlushCache(void);
boolean NEAR TxtDelete(ushort, ushort);

⌨️ 快捷键说明

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