window.h

来自「功能强大的文本编辑器」· C头文件 代码 · 共 37 行

H
37
字号
/*      window.h                                    01.02.96       */
/*
/  --------------------------------------------------------------
/  Copyright (C) 1993: Michael Braun
/                      Kaetinger Muehlenweg 103 A
/                      D-28816 Stuhr
/  --------------------------------------------------------------
/
/     header file for window.c
/
*/

/* -FF-  */

/************************/
/*  function prototypes */
/************************/

/* local */
static int window_split  (void);

/* global */
extern int window_change (void);
extern int window_do     (void);
extern int window_kill   (void);
extern int window_set    (int flag);
extern int window_adjust (void);

/* -FF-  */

/* Modification History */
/* 28.09.93 - file erzeugt */
/* 30.09.93 - window_set() */
/* 01.10.93 - window_adjust() */
/* 03.10.93 - exchange_longs(), ...ints() */
/* 01.02.96 - exchange_longs(), ...ints() removed */

⌨️ 快捷键说明

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