From 43006357bd0afd200e0734da292aef5f512c78fb Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 21 May 2015 20:44:32 -0400 Subject: [PATCH] comment out experimentals --- include/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config.h b/include/config.h index 78f217dd9..3533f0bfb 100644 --- a/include/config.h +++ b/include/config.h @@ -435,8 +435,8 @@ typedef unsigned char uchar; * bugs left here. */ -#define STATUS_VIA_WINDOWPORT /* re-work of the status line updating process */ -#define STATUS_HILITES /* support hilites of status fields */ +/* #define STATUS_VIA_WINDOWPORT */ /* re-work of the status line updating process */ +/* #define STATUS_HILITES */ /* support hilites of status fields */ /* #define WINCHAIN*/ /* stacked window systems */ /* End of Section 5 */