1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/mail/alpine/files/cons25-alpine_keymenu.c
John Marino e67f7ec0e3 mail/alpine: Regenerate extra patch for options cons25 support
PR:		191350
Submitted by:	Dan Lukes
Approved by:	maintainer timeout
2014-07-13 12:15:15 +00:00

16 lines
414 B
C

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