?? acconfig.h
字號:
@BOTTOM@/* Defines from old config.h */#define LOGFILE "minicom.log" /* Not defined = not used */#define CALLOUT "" /* Gets run to get into dial out mode */#define CALLIN "" /* Gets run to get into dial in mode *//* This defines a special mode in the wwxgetch() routine. The * basic idea behind this probably works on the consoles of * most PC-based unices, but it's only implemented for Linux. */#if defined (__linux__)# define KEY_KLUDGE 1#endif/* And this for the translation tables (vt100 -> ASCII) */#if __STDC__# define TRANSLATE 1# define CONST const#else# define TRANSLATE 0# define CONST#endif/* Define to 1 if NLS is requested. */#undef ENABLE_NLS/* Define as 1 if you have catgets and don't want to use GNU gettext. */#undef HAVE_CATGETS/* Define as 1 if you have gettext and don't want to use GNU gettext. */#undef HAVE_GETTEXT/* Define if your locale.h file contains LC_MESSAGES. */#undef HAVE_LC_MESSAGES/* Define to 1 if you have the stpcpy function. */#undef HAVE_STPCPY/* Directory where *.mo files live */#undef LOCALEDIR/* Directory for configuration files */#undef LIBDIR/* Default baud rate */#undef DEF_BAUD/* Default /dev/.. modem device */#undef DFL_PORT/* History buffer */#undef HISTORY#undef _HISTORY/* History buf searching */#undef _SEARCH_HISTORY/* Define if your system supports POSIX termios */#undef POSIX_TERMIOS /* Other */#undef KERMIT#undef UUCPLOCK#undef VC_MUSIC#undef HAVE_SELECT#undef _DGUX_SOURCE#undef _HAVE_MACROS#undef _HPUX_SOURCE#undef _RH_FIX
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -