summaryrefslogtreecommitdiff
path: root/pico/line.c
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/line.c
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/line.c')
-rw-r--r--pico/line.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pico/line.c b/pico/line.c
index 2e35e931..e353e1fd 100644
--- a/pico/line.c
+++ b/pico/line.c
@@ -90,6 +90,7 @@ lalloc(int used)
lp->l_size = size;
lp->l_used = used;
+ lp->l_sig = 0; /* assume it is not a signature line */
return (lp);
}