diff mcabber/mcabber/screen.c @ 1761:61f0482d3993

Limit = alignment to 1/3 of screen in option list * Add scr_gettextwidth() * Use it to limit alignment of equal sign in option list to one third of available message width
author Myhailo Danylenko <isbear@ukrpost.net>
date Sat, 13 Mar 2010 18:12:47 +0200
parents e2c084204583
children e4378fbab5d7
line wrap: on
line diff
--- a/mcabber/mcabber/screen.c	Sat Mar 13 16:19:46 2010 +0200
+++ b/mcabber/mcabber/screen.c	Sat Mar 13 18:12:47 2010 +0200
@@ -846,6 +846,11 @@
   return timepreflengths[(n < 3 ? n : 0)];
 }
 
+guint scr_gettextwidth(void)
+{
+  return maxX - Roster_Width - scr_getprefixwidth();
+}
+
 //  scr_print_logwindow(string)
 // Display the string in the log window.
 // Note: The string must be in the user's locale!