📄 dterminalwnd.cpp
字号:
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -