ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/mail/alpine/files/cons25-alpine_keymenu.c
Revision: 16349
Committed: Sun Apr 20 18:32:36 2014 UTC (10 years ago) by laffer1
Content type: text/plain
File size: 466 byte(s)
Log Message:
remove cvs2svn:cvs-rev prop

File Contents

# Content
1 --- alpine/keymenu.c.orig 2007-12-21 01:53:12.000000000 -0800
2 +++ alpine/keymenu.c 2007-12-21 01:53:12.000000000 -0800
3 @@ -2601,7 +2601,12 @@
4 char this_label[6*MAX_LABEL+1];
5
6 j = 6*i - 1;
7 +
8 + /*
9 + Change this line so that color works on cons25 terminals
10 if(i == 1 && !label_color)
11 + */
12 + if(i == 1)
13 max_column--; /* Some terminals scroll if you write in the
14 lower right hand corner. If user has a
15 label_color set we'll take our chances.