diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-08 22:03:48 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-08 22:03:48 +0300 |
commit | bdf35b89fe8d653847ab077d4183b71feebd48d2 (patch) | |
tree | 462dac400ceddb4f44b11551f2c52116e433f43c /src/interface-curses | |
parent | 7bcd3d8fee485d2fdd6af2d0362d2a59b374c724 (diff) | |
download | sciteco-bdf35b89fe8d653847ab077d4183b71feebd48d2.tar.gz |
added "email" lexer for writing mails
* Highlights both 1st level and 2nd level quotes and signatures.
* This also sets the edge to 78 columns, as is recommended for email and
enables word wrapping.
The edge mode is not set, since it kind of looks ugly in Scinterm.
* Helps when using SciTECO as the email editor for instance in the
Aerc mail client.
* Unfortunately, we cannot set up Scintilla to automatically break words
after 78 columns (or perhaps that's a good thing).
You can use the M#rf reformat-paragraph macro to reflow paragraphs
before sending the mail.
This will take the edge column into account even if no edge mode is set.
Diffstat (limited to 'src/interface-curses')
-rw-r--r-- | src/interface-curses/curses-icons.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface-curses/curses-icons.c b/src/interface-curses/curses-icons.c index 3e63d02..8a84abe 100644 --- a/src/interface-curses/curses-icons.c +++ b/src/interface-curses/curses-icons.c @@ -151,6 +151,7 @@ static const teco_curses_icon_t teco_icons_ext[] = { {"editorconfig", 0xe615}, /* */ {"ejs", 0xe618}, /* */ {"elm", 0xe62c}, /* */ + {"eml", 0xf01ee}, /* */ {"env", 0xf462}, /* */ {"eot", 0xf031}, /* */ {"epub", 0xe28a}, /* */ |