# HG changeset patch # User Mikael Berthe # Date 1162414081 -3600 # Node ID eb416c9633b525b659b4d0ec70586174e870827a # Parent 0759f4c7da68267e1191ed214b0c70aba384f567 Chatstates: decrease the composing timeout diff -r 0759f4c7da68 -r eb416c9633b5 mcabber/src/screen.h --- 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,