1 --- alpine/keymenu.c.orig 2013-08-15 04:36:01.000000000 +0000 2 +++ alpine/keymenu.c 3 @@ -2774,7 +2774,11 @@ output_keymenu(struct key_menu *km, unsi 4 5 j = 6*i - 1; 6 #ifndef __CYGWIN__ 7 - if(i == 1 && !label_color) 8 + /* 9 + * Change this line so that color works on cons25 terminals 10 + * if(i == 1 && !label_color) 11 + */ 12 + if (i == 1) 13 #else 14 if(i == 1 && (!label_color || !struncmp(term_name,"cygwin", 6))) 15 #endif 16