dterminalwnd.cpp

来自「gui关键的几个类的代码」· C++ 代码 · 共 45 行

CPP
45
字号
/*--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/

// DTerminalWnd - Window derived from DRichEdit that emulates a 

//  dumb terminal window.

//

// Copyright (c) 1997-1999 Coretek, Inc., Inc.

// All Rights Reserved.

//

// Unauthorized redistribution of this source code, in whole or part,

// without the express written permission of Coretek, Inc., Inc.

// is strictly prohibited.

//

// Notes:

//

/*--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/



#include "dgui.h"

#include <stdlib.h>
#include <string.h>

#include <ctype.h>


/*--------------------------------------------------------------------------*/

/** 

⌨️ 快捷键说明

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