history.h
来自「EPIC IRC客户端。来源于IRCII客户端但做了很多性能和功能的优化。」· C头文件 代码 · 共 25 行
H
25 行
/* * history.h: header for history.c * * Copyright 1990 Michael Sandrof * Copyright 1997 EPIC Software Labs * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT */#ifndef __history_h__#define __history_h__ BUILT_IN_COMMAND(history); void set_history_size (const void *); void add_to_history (char *); void get_history (int); char * do_history (char *, char *); void shove_to_history (char, char *); void abort_history_browsing (int);/* used by get_history */#define NEWER 0#define OLDER 1#endif /* _HISTORY_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?