📄 notify.h
字号:
struct notify{ char *name; GSList *server_list;};struct notify_per_server{ struct server *server; time_t laston; time_t lastseen; time_t lastoff; int ison:1;};extern GSList *notify_list;extern int notify_tag;/* the WATCH stuff */void notify_set_online (server * serv, char *nick);void notify_set_offline (server * serv, char *nick, int quiet);void notify_send_watches (server * serv);/* the general stuff */void notify_adduser (char *name);int notify_deluser (char *name);void notify_cleanup (void);void notify_load (void);void notify_save (void);void notify_showlist (session *sess);int notify_isnotify (session *sess, char *name);/* the old ISON stuff - remove me? */void notify_markonline (server *serv, char *word[]);int notify_checklist (void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -