diff options
-rw-r--r-- | mail/alpine/files/cons25-alpine_keymenu.c | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/mail/alpine/files/cons25-alpine_keymenu.c b/mail/alpine/files/cons25-alpine_keymenu.c index 1d1507f4eff5..c538ae0ffdec 100644 --- a/mail/alpine/files/cons25-alpine_keymenu.c +++ b/mail/alpine/files/cons25-alpine_keymenu.c @@ -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 |