pgpkb.h

来自「著名的加密软件的应用于电子邮件中」· C头文件 代码 · 共 24 行

H
24
字号
/*
* pgpKB.h -- interface for keyboard I/O
* The implementation is in pgpKBUnix.c, pgpKBMSDOS.c,
* kbvms.c, etc.
*
* Copyright (C) 1993-1997 Pretty Good Privacy, Inc. All rights reserved.
*
* $Id: pgpKB.h,v 1.2.2.2 1997/06/07 09:51:59 mhw Exp $
*/

#ifdef __cplusplus
extern "C" {
#endif

int kbOpenKbd(int flags);
int kbCloseKbd(int fd);
void kbCbreak(void), kbNorm(void);
int kbGet(void);
void kbFlush(int thorough);

#ifdef __cplusplus
}
#endif

⌨️ 快捷键说明

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