diff mcabber/src/screen.h @ 185:e8e447a07641

[/trunk] Changeset 197 by mikael * Use a constant to store the prefix (timestamp + in/out string) length * Change timestamp display format (add the month & day)
author mikael
date Thu, 05 May 2005 20:05:39 +0000
parents b5aa2b9c425a
children 4ce9ff808baa
line wrap: on
line diff
--- a/mcabber/src/screen.h	Thu May 05 19:38:44 2005 +0000
+++ b/mcabber/src/screen.h	Thu May 05 20:05:39 2005 +0000
@@ -13,6 +13,7 @@
 
 #define LOG_WIN_HEIGHT  (5+2)
 #define ROSTER_WIDTH    24
+#define PREFIX_WIDTH    17
 #define CHAT_WIN_HEIGHT (maxY-1-LOG_WIN_HEIGHT)
 
 #define INPUTLINE_LENGTH  1024