📄 cons_00.cc
字号:
// file: $isip/class/system/Console/cons_00.cc// version: $Id: cons_00.cc,v 1.5 2000/10/03 14:44:06 picone Exp $//// there is no source code in this file//// isip include files//#include "Console.h"#include <SysString.h>//-----------------------------------------------------------------------------//// we define non-integral constants in the default constructor// //-----------------------------------------------------------------------------// constants: class name//const SysString Console::CLASS_NAME(L"Console");// static instantiations: consoles stack//File Console::cons_d(Console::DEF_STREAM);File Console::stack_d[Console::MAX_STACK_SIZE];long Console::size_d = 0;long Console::stack_size_d = Console::MAX_STACK_SIZE;// static instantiations: line-wrapping state//boolean Console::initialized_wrap_d = false;// static instantiations: debug level//Integral::DEBUG Console::debug_level_d = Integral::NONE;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -