aboutsummaryrefslogtreecommitdiff
path: root/mail/pine4
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2004-08-12 00:04:44 +0000
committerDoug Barton <dougb@FreeBSD.org>2004-08-12 00:04:44 +0000
commit4a7ad256d6b13b0d33b3bb26c4293bfe6687177f (patch)
tree6dc30d3f933d77138e03e21f8da6ba9a5f2e8b7a /mail/pine4
parent7dcf14e7f07eb917590dac160074b36c3a0130a4 (diff)
downloadports-4a7ad256d6b13b0d33b3bb26c4293bfe6687177f.tar.gz
ports-4a7ad256d6b13b0d33b3bb26c4293bfe6687177f.zip
Notes
Diffstat (limited to 'mail/pine4')
-rw-r--r--mail/pine4/files/patch-pine_screen.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/pine4/files/patch-pine_screen.c b/mail/pine4/files/patch-pine_screen.c
new file mode 100644
index 000000000000..af76a22c9c59
--- /dev/null
+++ b/mail/pine4/files/patch-pine_screen.c
@@ -0,0 +1,15 @@
+--- pine/screen.c.orig Wed Apr 7 10:35:42 2004
++++ pine/screen.c Tue Aug 10 22:35:37 2004
+@@ -208,7 +208,12 @@
+ char this_label[MAX_LABEL+1];
+
+ j = 6*i - 1;
++
++ /*
++ 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.