diff mcabber/src/screen.h @ 994:eb416c9633b5

Chatstates: decrease the composing timeout
author Mikael Berthe <mikael@lilotux.net>
date Wed, 01 Nov 2006 21:48:01 +0100
parents 0759f4c7da68
children 6eb1efea75d0
line wrap: on
line diff
--- a/mcabber/src/screen.h	Wed Nov 01 21:36:50 2006 +0100
+++ b/mcabber/src/screen.h	Wed Nov 01 21:48:01 2006 +0100
@@ -29,7 +29,7 @@
 // When chatstates are enabled, timeout (in seconds) before "composing"
 // becomes "paused" because of user inactivity.
 // Warning: setting this very low will cause more network traffic.
-#define COMPOSING_TIMEOUT 8L
+#define COMPOSING_TIMEOUT 6L
 
 enum colors {
   COLOR_GENERAL = 3,