diff src/gaim.h @ 2385:bdc74764245c

[gaim-migrate @ 2398] Sean Egan's tab-completion patch. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 28 Sep 2001 12:15:54 +0000
parents 569ae9f2bb89
children a7ecfd3f7714
line wrap: on
line diff
--- a/src/gaim.h	Fri Sep 28 09:33:38 2001 +0000
+++ b/src/gaim.h	Fri Sep 28 12:15:54 2001 +0000
@@ -70,6 +70,7 @@
 #define WFLAG_FILERECV	0x10
 #define WFLAG_SYSTEM	0x20
 #define WFLAG_NICK	0x40
+#define WFLAG_NOLOG	0x80
 
 #define AUTO_RESPONSE "&lt;AUTO-REPLY&gt; : "
 
@@ -528,6 +529,8 @@
 #define OPT_CHAT_POPUP			0x00000010
 #define OPT_CHAT_SIDE_TAB		0x00000020
 #define OPT_CHAT_BR_TAB			0x00000040
+#define OPT_CHAT_TAB_COMPLETE		0x00000080
+#define OPT_CHAT_OLD_STYLE_TAB		0x00000100
 
 extern guint font_options;
 #define OPT_FONT_BOLD			0x00000001