ttn_conf.c
来自「操作系统源代码」· C语言 代码 · 共 13 行
C
13 行
/*ttn_conf.c*/#include "ttn.h"int DO_echo= FALSE;int DO_echo_allowed= TRUE;int WILL_terminal_type= FALSE;int WILL_terminal_type_allowed= TRUE;int DO_suppress_go_ahead= FALSE;int DO_suppress_go_ahead_allowed= TRUE;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?