unctrl.h
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· C头文件 代码 · 共 19 行
H
19 行
/* ------------------------------------------------------------------ *//* | Copyright Unpublished, MIPS Computer Systems, Inc. All Rights | *//* | Reserved. This software contains proprietary and confidential | *//* | information of MIPS and its suppliers. Use, disclosure or | *//* | reproduction is prohibited without the prior express written | *//* | consent of MIPS. | *//* ------------------------------------------------------------------ *//* $Header: unctrl.h,v 1.2 86/07/24 15:23:58 dce Exp $ *//* $Header: unctrl.h,v 1.2 86/07/24 15:23:58 dce Exp $ *//* * unctrl.h */extern char *_unctrl[];# define unctrl(ch) (_unctrl[ch & 0177])
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?