summaryrefslogtreecommitdiff
path: root/pico/pico.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/pico.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/pico.h')
-rw-r--r--pico/pico.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pico/pico.h b/pico/pico.h
index b7552447..b3509a06 100644
--- a/pico/pico.h
+++ b/pico/pico.h
@@ -159,11 +159,17 @@ typedef struct pico_atmt {
* Structure to contain color options
*/
typedef struct pico_colors {
+ COLOR_PAIR *ntcp; /* normal text color pair */
+ COLOR_PAIR *rtcp; /* reverse text color pair */
COLOR_PAIR *tbcp; /* title bar color pair */
COLOR_PAIR *klcp; /* key label color pair */
COLOR_PAIR *kncp; /* key name color pair */
COLOR_PAIR *stcp; /* status color pair */
COLOR_PAIR *prcp; /* prompt color pair */
+ COLOR_PAIR *qlcp; /* quote level 1 pair */
+ COLOR_PAIR *qllcp; /* quote level 2 pair */
+ COLOR_PAIR *qlllcp; /* quote level 3 pair */
+ COLOR_PAIR *sbcp; /* signature block color pair */
} PCOLORS;
/*