changeset 825:3ecfaa6111e2

Ctrl-l rereads color variables
author Mikael Berthe <mikael@lilotux.net>
date Thu, 27 Apr 2006 23:51:14 +0200
parents 37ef269330f0
children 3a3c7a017904
files mcabber/src/screen.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/screen.c	Tue Apr 25 07:13:43 2006 +0200
+++ b/mcabber/src/screen.c	Thu Apr 27 23:51:14 2006 +0200
@@ -2279,6 +2279,7 @@
         break;
     case 12:    // Ctrl-l
         scr_CheckAutoAway(TRUE);
+        ParseColors();
         scr_Resize();
         redrawwin(stdscr);
         break;