Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2014 12:15:15 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361674 - head/mail/alpine/files
Message-ID:  <201407131215.s6DCFFSa041986@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Jul 13 12:15:15 2014
New Revision: 361674
URL: http://svnweb.freebsd.org/changeset/ports/361674
QAT: https://qat.redports.org/buildarchive/r361674/

Log:
  mail/alpine: Regenerate extra patch for options cons25 support
  
  PR:		191350
  Submitted by:	Dan Lukes
  Approved by:	maintainer timeout

Modified:
  head/mail/alpine/files/cons25-alpine_keymenu.c

Modified: head/mail/alpine/files/cons25-alpine_keymenu.c
==============================================================================
--- head/mail/alpine/files/cons25-alpine_keymenu.c	Sun Jul 13 12:00:33 2014	(r361673)
+++ head/mail/alpine/files/cons25-alpine_keymenu.c	Sun Jul 13 12:15:15 2014	(r361674)
@@ -1,15 +1,15 @@
---- alpine/keymenu.c.orig	2007-12-21 01:53:12.000000000 -0800
-+++ alpine/keymenu.c	2007-12-21 01:53:12.000000000 -0800
-@@ -2601,7 +2601,12 @@
- 	char  this_label[6*MAX_LABEL+1];
+--- 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)
- 	  max_column--;  /* Some terminals scroll if you write in the
- 			    lower right hand corner. If user has a
- 			    label_color set we'll take our chances.
++	 * 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407131215.s6DCFFSa041986>