summaryrefslogtreecommitdiff
path: root/pico/edef.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-10-22 00:32:56 -0600
committerEduardo Chappa <chappa@washington.edu>2016-10-22 00:32:56 -0600
commit676cd02ce359b370b67cc2fbd0008e9a83582494 (patch)
treec5d238132f582bf994e8c911ef18537ba56feb4f /pico/edef.h
parentd3c950dfd57b0573676730c4b6d3464bb1e28cd9 (diff)
downloadalpine-676cd02ce359b370b67cc2fbd0008e9a83582494.tar.xz
* Color support for the default composer and Pico. If users have
configured colors to read messages in Alpine, the same colors will be used in the default composer. In the case of Pico, read the manual to understand how to configure this new feature.
Diffstat (limited to 'pico/edef.h')
-rw-r--r--pico/edef.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pico/edef.h b/pico/edef.h
index 5d0c1155..c8f51c51 100644
--- a/pico/edef.h
+++ b/pico/edef.h
@@ -31,7 +31,7 @@
/* for MAIN.C */
/* initialized global definitions */
-
+PCOLORS *Pcolors = NULL; /* colors for Pico */
int direction = 0; /* direction of writing */
int fillcol = 72; /* Current fill column */
int userfillcol = -1; /* Fillcol set from cmd line */
@@ -89,6 +89,7 @@ void *input_cs; /* passed to mbtow() via kbseq() */
/* initialized global external declarations */
+extern PCOLORS *Pcolors; /* colors for Pico */
extern int direction;
extern int fillcol; /* Fill column */
extern int userfillcol; /* Fillcol set from cmd line */