vt_kern.h

来自「fairysky系统,是一个小型的内核,模拟linux原始版本的」· C头文件 代码 · 共 17 行

H
17
字号
#ifndef _VT_KERN_H
#define _VT_KERN_H

/*
 * this really is an extension of the vc_cons structure in console.c, but
 * with information needed by the vt package
 */
extern struct vt_cons
{
    int vt_mode;        /* KD_TEXT, ... */
    unsigned char vc_kbdraw;
    unsigned char vc_kbde0;
    unsigned char vc_kbdleds;
} vt_cons[NR_CONSOLES];

#endif /* _VT_KERN_H */

⌨️ 快捷键说明

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