📄 acconfig.h
字号:
/* Use XShm Extension? */#undef USE_XSHM/* Run in text only mode */#undef DISABLE_DISPLAY/* startup in stopped state */#undef DISABLE_AUTORUN/* Our package name */#undef PACKAGE/* The version number */#undef VERSION@BOTTOM@/* AIX requires this to be the first thing in the file. */#if HAVE_ALLOCA_H# include <alloca.h>#else# ifdef _AIX #pragma alloca# else# ifndef alloca /* predefined by HP cc +Olibcalls */char *alloca ();# endif# endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -