📄 xmu.h
字号:
/* This file contains compatibility routines for systems without Xmu. * You would be better served by installing Xmu on your machine or * yelling at your vendor to ship it. */#ifndef __XMU_H__#define __XMU_H__#include <X11/Xlib.h>#include <stdio.h>int XmuPrintDefaultErrorMessage (Display *dpy, XErrorEvent *event, FILE *fp);#endif /* __XMU_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -