comparison 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
comparison
equal deleted inserted replaced
993:0759f4c7da68 994:eb416c9633b5
27 #define MULTILINE_MAX_LINE_NUMBER 299 27 #define MULTILINE_MAX_LINE_NUMBER 299
28 28
29 // When chatstates are enabled, timeout (in seconds) before "composing" 29 // When chatstates are enabled, timeout (in seconds) before "composing"
30 // becomes "paused" because of user inactivity. 30 // becomes "paused" because of user inactivity.
31 // Warning: setting this very low will cause more network traffic. 31 // Warning: setting this very low will cause more network traffic.
32 #define COMPOSING_TIMEOUT 8L 32 #define COMPOSING_TIMEOUT 6L
33 33
34 enum colors { 34 enum colors {
35 COLOR_GENERAL = 3, 35 COLOR_GENERAL = 3,
36 COLOR_MSGOUT, 36 COLOR_MSGOUT,
37 COLOR_STATUS, 37 COLOR_STATUS,