diff src/gaim.h @ 1442:2f4e6269b001

[gaim-migrate @ 1452] option to bind ctl-enter to send committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 29 Jan 2001 01:57:37 +0000
parents 5c67b8794991
children d113c7e2c5f1
line wrap: on
line diff
--- a/src/gaim.h	Mon Jan 29 01:19:24 2001 +0000
+++ b/src/gaim.h	Mon Jan 29 01:57:37 2001 +0000
@@ -462,8 +462,9 @@
 #define OPT_GEN_TIK_HACK          0x00100000
 #define OPT_GEN_CTL_SMILEYS       0x00200000
 /* #define OPT_GEN_KEEPALIVE         0x00400000 now OPT_USR_KEEPALV */
-#define OPT_GEN_AUTO_AWAY	  0x00800000
+#define OPT_GEN_AUTO_AWAY         0x00800000
 #define OPT_GEN_ESC_CAN_CLOSE     0x01000000
+#define OPT_GEN_CTL_ENTER         0x02000000
 
 extern int display_options;
 #define OPT_DISP_SHOW_TIME        0x00000001